mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[ALSA] vxpocket - Fix wrong index assignment
Digigram VX Pocket driver Fixed the wrong index number assignment. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
328ac7da6f
commit
adf111e6ff
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user