commit | cffd39668177afe5566104a2f289242c3c5ce3d1 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Apr 09 10:30:25 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 09 12:09:57 2015 +0200 |
tree | f83b2cdd66267755184bdc974ed355a7ae512c15 | |
parent | 24fef9022a83d789ee372a393ea4782dc22b9b51 [diff] |
ALSA: hda/realtek - Fix the regression by widget power-saving While enabling the widget power-saving for ALC269 & co, the important setup was forgotten -- stream_pm ops. Without this setup, the paths for PCM won't be powered up at all. Also, the power_filter callbacks used in ALC269 & co need to chain to the default snd_hda_gen_path_power_filter(). Tested-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>