diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-01-13 12:46:21 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-22 10:24:23 -0500 |
commit | 0fd1708a199bf55ebf21d611225866955babc1ba (patch) | |
tree | 1b6b0da153d0321024410d35bb15ffea22d07a9a /sound | |
parent | c9fe51c492fbb0de789a16828749595dc1985610 (diff) |
[ALSA] hda-codec - Fix capture on Sigmatel STAC92xx codecs
Modules: HDA Codec driver
Added the missing 'Capture Switch' control for Sigmatel STAC92xx codecs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 61903848cd43..4f78b58416a4 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -183,6 +183,7 @@ static struct snd_kcontrol_new stac922x_mixer[] = { | |||
183 | .put = stac92xx_mux_enum_put, | 183 | .put = stac92xx_mux_enum_put, |
184 | }, | 184 | }, |
185 | HDA_CODEC_VOLUME("Capture Volume", 0x17, 0x0, HDA_INPUT), | 185 | HDA_CODEC_VOLUME("Capture Volume", 0x17, 0x0, HDA_INPUT), |
186 | HDA_CODEC_MUTE("Capture Switch", 0x17, 0x0, HDA_INPUT), | ||
186 | HDA_CODEC_VOLUME("Mux Capture Volume", 0x12, 0x0, HDA_OUTPUT), | 187 | HDA_CODEC_VOLUME("Mux Capture Volume", 0x12, 0x0, HDA_OUTPUT), |
187 | { } /* end */ | 188 | { } /* end */ |
188 | }; | 189 | }; |