linux/sound/pci/hda
Takashi Iwai 6b45214277 ALSA: hda - Fix ADC input-amp handling for Cx20549 codec
It seems that Conexant CX20549 chip handle only a single input-amp even
though the audio-input widget has multiple sources.  This has been never
clear, and I implemented in the current way based on the debug information
I got at the early time -- the device reacts individual input-amp values
for different sources.  This is true for another Conexant codec, but it's
not applied to CX20549 actually.

This patch changes the auto-parser code to handle a single input-amp
per audio-in widget for CX20549.  After applying this, you'll see only a
single "Capture" volume control instead of separate "Mic" or "Line"
captures when the device is set up to use a single ADC.

We haven't tested 20551 and 20561 codecs yet.  If these show the similar
behavior like 20549, they need to set spec->single_adc_amp=1, too.

Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-10-27 16:58:11 +02:00
..
Kconfig ALSA: hda - Make CONFIG_SND_HDA_POWER_SAVE depending on CONFIG_PM 2011-07-26 17:21:18 +02:00
Makefile ALSA: hda - Add basic tracepoints 2011-08-04 17:02:37 +02:00
alc260_quirks.c ALSA: hda - Remove ALC260 HP model quirks 2011-08-15 13:10:18 +02:00
alc262_quirks.c ALSA: HDA: Refactor Realtek's automute 2011-09-20 18:22:33 +02:00
alc880_quirks.c ALSA: HDA: Refactor Realtek's automute 2011-09-20 18:22:33 +02:00
alc882_quirks.c ALSA: HDA: Refactor Realtek's automute 2011-09-20 18:22:33 +02:00
alc_quirks.c ALSA: HDA: Refactor Realtek's automute 2011-09-20 18:22:33 +02:00
hda_beep.c
hda_beep.h
hda_codec.c ALSA: hda - Fix surround/CLFE headphone and speaker pins order 2011-10-26 16:26:18 +02:00
hda_codec.h ALSA: hda - Allow codec-specific set_power_state ops 2011-07-26 17:21:24 +02:00
hda_eld.c ALSA: hda - Moved snd_print_pcm_rates() back into hda_proc.c 2011-10-06 08:21:15 +02:00
hda_generic.c
hda_hwdep.c ALSA: hda - Allow patching with any vendor/subsystem ids 2011-09-28 20:19:16 +02:00
hda_intel.c Merge branch 'fix/hda' into topic/hda 2011-10-19 17:20:08 +02:00
hda_local.h ALSA: hda/realtek - Fix missing volume controls with ALC260 2011-10-27 16:58:00 +02:00
hda_proc.c ALSA: hda - Moved snd_print_pcm_rates() back into hda_proc.c 2011-10-06 08:21:15 +02:00
hda_trace.h ALSA: hda - Add tracepoint for unsolicited events 2011-08-09 14:24:17 +02:00
patch_analog.c ALSA: HDA - Add Independent Headphone for all models of ad1988/ad1989 2011-09-23 15:21:29 +02:00
patch_ca0110.c
patch_ca0132.c
patch_cirrus.c ALSA: HDA: Cirrus - fix "Surround Speaker" volume control name 2011-09-14 13:45:12 +02:00
patch_cmedia.c
patch_conexant.c ALSA: hda - Fix ADC input-amp handling for Cx20549 codec 2011-10-27 16:58:11 +02:00
patch_hdmi.c ALSA: hda/hdmi: expose ELD control 2011-10-03 15:48:12 +02:00
patch_realtek.c ALSA: hda/realtek - Fix missing volume controls with ALC260 2011-10-27 16:58:00 +02:00
patch_si3054.c
patch_sigmatel.c ALSA: hda - Remove bad code for IDT 92HD83 family patch 2011-10-13 08:05:30 +02:00
patch_via.c ALSA: hda:via - Skip creations of empty PCM streams 2011-09-28 16:43:36 +02:00