Skip to content

Commit 382fd7b

Browse files
committed
ALSA: hda - Enable widget power saving for Realtek codecs
Recent Realtek codecs support the finer power state control on each widget. Let's enable the new feature. Tested-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent d545a57 commit 382fd7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5413,6 +5413,7 @@ static int patch_alc269(struct hda_codec *codec)
54135413

54145414
spec = codec->spec;
54155415
spec->gen.shared_mic_vref_pin = 0x18;
5416+
codec->power_save_node = 1;
54165417

54175418
snd_hda_pick_fixup(codec, alc269_fixup_models,
54185419
alc269_fixup_tbl, alc269_fixups);

0 commit comments

Comments
 (0)