Commit 587755f1f6a983a9f0f3322d284034f4e146891a

Authored by Mauro Carvalho Chehab
Committed by Takashi Iwai
1 parent 97e08f5d73

[ALSA] hda - Fix capture mute Widget for stac9250/9251

Fix capture mute widget for STAC9250/9251 codecs.  The widget 0x09
has no mute but 0x14 does actually.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/pci/hda/patch_sigmatel.c
... ... @@ -840,7 +840,7 @@
840 840 static struct snd_kcontrol_new stac925x_mixer[] = {
841 841 STAC_INPUT_SOURCE(1),
842 842 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
843   - HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_OUTPUT),
  843 + HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
844 844 HDA_CODEC_VOLUME("Capture Mux Volume", 0x0f, 0, HDA_OUTPUT),
845 845 { } /* end */
846 846 };