]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: hda/realtek - Set default power save node to 0
authorKailang Yang <kailang@realtek.com>
Thu, 23 May 2019 06:43:04 +0000 (14:43 +0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 May 2019 07:39:34 +0000 (09:39 +0200)
commit317d9313925cd8388304286c0d3c8dda7f060a2d
tree5c3217e9f3a0d9f8b80dfe8b6805b04d359bfeca
parentaeac1a0dadb4ab699a61136a5729d048abe6ee5f
ALSA: hda/realtek - Set default power save node to 0

I measured power consumption between power_save_node=1 and power_save_node=0.
It's almost the same.
Codec will enter to runtime suspend and suspend.
That pin also will enter to D3. Don't need to enter to D3 by single pin.
So, Disable power_save_node as default. It will avoid more issues.
Windows Driver also has not this option at runtime PM.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c