Skip to content

Commit

Permalink
ALSA: ca0106 - Add missing card->mixername field setup
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jun 2, 2009
1 parent 601e1cc commit eeaf100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/ca0106/ca0106_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit eeaf100

Please sign in to comment.