Commit eeaf100d authored by Takashi Iwai's avatar Takashi Iwai

ALSA: ca0106 - Add missing card->mixername field setup

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 601e1cc5
......@@ -856,6 +856,8 @@ int __devinit snd_ca0106_mixer(struct snd_ca0106 *emu)
return err;
add_slaves(card, vmaster, slave_sws);
}
strcpy(card->mixername, "CA0106");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment