提交 adf111e6 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] vxpocket - Fix wrong index assignment

Digigram VX Pocket driver
Fixed the wrong index number assignment.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 328ac7da
......@@ -407,7 +407,7 @@ static dev_link_t *vxpocket_attach(void)
return NULL;
}
vxp->index = index[i];
vxp->index = i;
card_alloc |= 1 << i;
/* Chain drivers */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册