linux-stable/sound/pci/hda
Jiang zhe f4beee9420 [ALSA] hda-codec - Fix capture source for Cx5045 codec
For codec conexant 5045, I found that the name of 'Capture Source Items'
is different from the name of mixer.
The mixer is:
HDA_CODEC_VOLUME('Ext Mic Playback Volume', 0x17, 0x2, HDA_INPUT),
HDA_CODEC_MUTE('Ext Mic Playback Switch', 0x17, 0x2, HDA_INPUT),
But the capture source item is :
static struct hda_input_mux cxt5045_capture_source = {
	.num_items = 2,
	.items = {
		{ 'IntMic', 0x1 },
		{ 'LineIn', 0x2 },
	}
};
I think that it's better to change the name of capture_source to avoid
misunderstanding.

Signed-off-by: Jiang zhe <zhe.jiang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2008-01-31 17:30:04 +01:00
..
hda_codec.c [ALSA] hda-codec - print control name in error messages 2008-01-31 17:29:55 +01:00
hda_codec.h [ALSA] hda-intel - Add workarounds for STAC codecs 2008-01-31 17:30:02 +01:00
hda_generic.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
hda_hwdep.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
hda_intel.c [ALSA] hda-intel - Add workarounds for STAC codecs 2008-01-31 17:30:02 +01:00
hda_local.h [ALSA] hda-codec - Add virtual master controls 2008-01-31 17:29:54 +01:00
hda_patch.h [ALSA] hda-codec - kernel config for each codec 2007-10-16 15:58:12 +02:00
hda_proc.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
Makefile [ALSA] Add virtual master control helpers 2008-01-31 17:29:54 +01:00
patch_analog.c [ALSA] hda-codec - Remove obsolete FIXME's 2008-01-31 17:29:56 +01:00
patch_atihdmi.c [ALSA] Remove sound/driver.h 2008-01-31 17:29:48 +01:00
patch_cmedia.c [ALSA] hda-codec - Remove obsolete FIXME's 2008-01-31 17:29:56 +01:00
patch_conexant.c [ALSA] hda-codec - Fix capture source for Cx5045 codec 2008-01-31 17:30:04 +01:00
patch_realtek.c [ALSA] hda-codec - Add the support of Dell OEM laptops with ALC268 2008-01-31 17:29:59 +01:00
patch_si3054.c [ALSA] hda-codec - remove 11c1:1040 from patch_si3054.c id list 2008-01-31 17:30:02 +01:00
patch_sigmatel.c [ALSA] hda-intel - Add workarounds for STAC codecs 2008-01-31 17:30:02 +01:00
patch_via.c [ALSA] hda-codec - Enable VIA SPDIF input pin 2008-01-31 17:29:59 +01:00
vmaster.c [ALSA] Add virtual master control helpers 2008-01-31 17:29:54 +01:00