]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix the connection selection of ADCs on Cirrus codecs
authorTakashi Iwai <tiwai@suse.de>
Wed, 16 Nov 2011 17:05:11 +0000 (18:05 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Nov 2011 17:05:11 +0000 (18:05 +0100)
commit4be7d37f235bbfac4ad8746310298f67c67edde0
tree3d07f56df01f5766ddda417e752647eb74e7bcb6
parentaad7805352278afad84c2ef45c69fa1e660b9aac
ALSA: hda - Fix the connection selection of ADCs on Cirrus codecs

spec->cur_adc isn't set until cs_capture_pcm_prepare() is called although
the driver tries to select the connection at init time and at auto-mic
switch.  This results in the access to the widget NID 0, which is
obviously invalid, also a wrong capture source.

This patch fixes the issue by issuing the connect-select verb conditionally
at appropriate places.

Reported-and-tested-by: Dylan Reid <dgreid@chromium.org>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cirrus.c