Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */