Skip to content
Snippets Groups Projects
Commit adf111e6 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela
Browse files

[ALSA] vxpocket - Fix wrong index assignment


Digigram VX Pocket driver
Fixed the wrong index number assignment.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 328ac7da
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment