ALSA: hda - Fix auto-init of output volumes of Realtek codecs
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Jun 2011 13:00:48 +0000 (15:00 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Jun 2011 13:07:28 +0000 (15:07 +0200)
commit6d86b4fb407995081c85106188e2d2404529d71c
treef6290f413ecc835e7368aed076f5e2777fd847ea
parent00c6850dde513bac2b901d4e9714d8a580291143
ALSA: hda - Fix auto-init of output volumes of Realtek codecs

Fix the regression introduced by the commit
1f0f4b8036b1fe1347cb4f1f199601b87de9be46
  ALSA: hda - Reduce static init verbs for Realtek auto-parsers

The input amps of mixer widgets should be unmuted as default (as
usually they have no assigned mixer switches).

More fixes in this commit are, however, for ALC260: ALC260 codec can
have multiple output mixers connnected to a single DAC althouh the
driver didn't pick up them properly.

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