]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix initial capture source connections of ALC880/260
authorTakashi Iwai <tiwai@suse.de>
Fri, 9 Apr 2010 15:32:23 +0000 (17:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Apr 2010 15:35:42 +0000 (17:35 +0200)
commit16f7d154ad338ebd95c82e267d6b232b597db512
tree9f1e407913f982757fd84948bf24c2511823eba9
parent70066be22f1a740603875c4a8cc2dbfd6960dace
ALSA: hda - Fix initial capture source connections of ALC880/260

The widget connections of ADC of ALC880 and ALC2260 aren't initialized,
thus it might point to invalid pin.  This can be a problem when mode=auto
and there is only one input pin.  Then user can't change the connection
at all.

This patch adds the code to initialize the input pin connection of these
codecs.

Reference: Novell bnc#594363
https://bugzilla.novell.com/show_bug.cgi?id=594363

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c