]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Enable stereo mix as default for AD and VIA codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2013 15:02:24 +0000 (16:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2013 15:02:24 +0000 (16:02 +0100)
commitb38f71c9ef134805b88bef63408864e52890f3c6
tree100e4074bc4a015ec68e891f9b6747d2ab3454e4
parent564e18dd6ba687c17125028164a2a823bb2bbfcd
ALSA: hda - Enable stereo mix as default for AD and VIA codecs

AD and VIA codecs had stereo mixer input enabled as default before
moving to the generic parser, and people think the lack of such a
regression.  In this patch, the stereo mixer input is added back to
the input selection if no auto-mic is available, and if it's not
disabled explicitly via hint.  This should satisfy most of demands,
i.e. stereo mix on desktop machines like what it worked before, and it
still keeps the new auto-mic feature on laptops.

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