]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Mute unused capture sources for Realtek codecs
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2011 06:52:19 +0000 (07:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2011 06:52:19 +0000 (07:52 +0100)
commit62021ab22a11837222fdd85e3ef5f1da1c1313e2
tree77d2a8453eaab52309a63ba97d039cc2ab6e89e3
parent732bd24c8e7a9f788c5db33de73a9c5686705e00
ALSA: hda - Mute unused capture sources for Realtek codecs

When a Realtek codec has a matrix-style capture-source selection, we
need to scan all connections instead of only imux items.  Otherwise some
input might be kept unmuted.  Although the corresponding input must be
dead so there should be no input from it, it's still safer to mute the
route completely.

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