commit | f511b01c8e747b80635c8b2acd61431abcab4b29 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Aug 15 16:46:42 2008 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Aug 17 09:53:34 2008 +0200 |
tree | 5adfb3fa53c124341f790ead8b41ba7376f5555b | |
parent | 97bb8129e5deb3c0584391a5d2348966732e2233 [diff] |
ALSA: hda - Fix capture source widgets on ALC codecs On some Realtek codecs like ALC882 or ALC883, the capture source is no mux but sum widget. We have to initialize all channels properly for this type, otherwise noises may come in from the unused route. The patch assures to mute unused routes, and unmute the currently selected route. Signed-off-by: Takashi Iwai <tiwai@suse.de> Tested-by: Daniel J Blueman <daniel.blueman@gmail.com>