dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound/pci/hda
Takashi Iwai f0cea79724 ALSA: hda - Fix dynamic ADC change working again
The commit eb541337b7
    ALSA: hda - Make converter setups sticky
changes the semantics of snd_hda_codec_cleanup_stream() not to clean up
the stream at that moment but delay the action.  This broke the codes
expecting that the clean-up is done immediately, such as dynamic ADC
changes in some codec drivers.

This patch fixes the issue by introducing a lower helper,
__snd_hda_codec_cleanup_stream(), to allow the immediate clean up.
The original snd_hda_codec_cleanup_stream() is kept as is now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2010-08-13 11:56:53 +02:00
..
Kconfig ALSA: intelhdmi - add dependency on SND_DYNAMIC_MINORS 2010-05-17 08:11:39 +02:00
Makefile ALSA: hda - Build hda_eld into snd-hda-codec module 2010-03-04 16:05:24 +01:00
hda_beep.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
hda_beep.h ALSA: hda - Fix beep_mode option value 2009-11-16 15:33:49 +01:00
hda_codec.c ALSA: hda - Fix dynamic ADC change working again 2010-08-13 11:56:53 +02:00
hda_codec.h ALSA: hda - Fix dynamic ADC change working again 2010-08-13 11:56:53 +02:00
hda_eld.c ALSA: hda - Restrict PCM parameters per ELD information over HDMI 2010-08-13 08:45:23 +02:00
hda_generic.c ALSA: hda - add more NID->Control mapping 2009-12-15 09:33:04 +01:00
hda_hwdep.c ALSA: hda - Ensure codec patch files are checked for the correct codec ID 2010-07-26 10:28:01 +02:00
hda_intel.c ALSA: hda - Make converter setups sticky 2010-08-06 13:48:11 +02:00
hda_local.h ALSA: hda - Restrict PCM parameters per ELD information over HDMI 2010-08-13 08:45:23 +02:00
hda_proc.c ALSA: hda-intel - do not mix audio and modem function IDs 2010-07-19 16:46:56 +02:00
patch_analog.c ALSA: hda - Fix Thinkpad X300 so SPDIF is not exposed 2010-08-03 08:57:47 +02:00
patch_atihdmi.c ALSA: hda: move open coded tricks into get_wcaps_channels() 2009-08-24 09:42:48 +02:00
patch_ca0110.c ALSA: hda - proc - introduce Control: lines to show mixer<->NID assignment 2009-11-16 11:35:14 +01:00
patch_cirrus.c ALSA: hda - Fix dynamic ADC change working again 2010-08-13 11:56:53 +02:00
patch_cmedia.c ALSA: hda - Fix NID association for capture mixers 2009-12-23 08:38:28 +01:00
patch_conexant.c ALSA: hda - Fix dynamic ADC change working again 2010-08-13 11:56:53 +02:00
patch_hdmi.c ALSA: hda - Restrict PCM parameters per ELD information over HDMI 2010-08-13 08:45:23 +02:00
patch_intelhdmi.c ALSA: hda - Restrict PCM parameters per ELD information over HDMI 2010-08-13 08:45:23 +02:00
patch_nvhdmi.c ALSA: hda - Restrict PCM parameters per ELD information over HDMI 2010-08-13 08:45:23 +02:00
patch_realtek.c ALSA: hda - Fix dynamic ADC change working again 2010-08-13 11:56:53 +02:00
patch_si3054.c ALSA: hda - add more NID->Control mapping 2009-12-15 09:33:04 +01:00
patch_sigmatel.c ALSA: hda - Adding support for new IDT 92HD87XX codecs 2010-08-10 11:43:25 +02:00
patch_via.c ALSA: HDA: VT1708S: fix Smart5.1 mode 2010-07-12 17:25:45 +02:00