提交 b1a0aac0 编写于 作者: T Takashi Iwai

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

Add a missing variable declaration.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 183c6e0f
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部