mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
ALSA: ca0106 - Add missing card->mixername field setup
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
601e1cc5df
commit
eeaf100d25
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue