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

Commit b1a0aac0 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: opti9xx - Fix build breakage by snd_card_create() conversion



Add a missing variable declaration.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 183c6e0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -833,6 +833,7 @@ static int __devinit snd_opti9xx_probe(struct snd_card *card)
static int snd_opti9xx_card_new(struct snd_card **cardp)
{
	struct snd_card *card;
	int err;

	err = snd_card_create(index, id, THIS_MODULE,
			      sizeof(struct snd_opti9xx), &card);