ALSA: hda - Disable widget power-save for VIA codecs
authorTakashi Iwai <tiwai@suse.de>
Thu, 25 Jun 2015 06:48:54 +0000 (08:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jul 2015 17:10:02 +0000 (10:10 -0700)
commitc69c5674d87690f87e48a4267bc68e62fc605d9c
tree0824c2323b915a0b9298ed6e9fb30693be7cb2f9
parent167bdde510b17d86767b71282c91036ab671340f
ALSA: hda - Disable widget power-save for VIA codecs

commit 735c75cf4d434862e38c01dcfb2ce8d2fcb9035f upstream.

The widget power-save that was enabled in 4.1 kernel seems resulting
in the silent output on VIA codecs by some reason.  Some widgets get
wrong power states.

As a quick fix, turn this flag off while keeping power_down_unused
flag.  This will bring back to the state of 4.0.x.

Fixes: 688b12cc3ca8 ('ALSA: hda - Use the new power control for VIA codecs')
Reported-and-tested-by: Harald Dunkel <harri@afaics.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_via.c