]> 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)
commit9e4a3384296b4e17d33f557a65636982a8ee060a
tree77d2a8453eaab52309a63ba97d039cc2ab6e89e3
parentb48a45bc800c131e255f43aea7d2e28413bfbe1e
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