From: David Henningsson Date: Thu, 3 Dec 2015 14:46:57 +0000 (+0100) Subject: ALSA: hda - Enable power_save_node for CX20722 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b03d61d646c596efd02db64df43d287ea596b663;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ALSA: hda - Enable power_save_node for CX20722 I've tested it on one device and it works fine, no clicks. Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index c8b8ef5246a6..19b3deba23e4 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -901,6 +901,9 @@ static int patch_conexant_auto(struct hda_codec *codec) snd_hda_pick_fixup(codec, cxt5051_fixup_models, cxt5051_fixups, cxt_fixups); break; + case 0x14f150f2: + codec->power_save_node = 1; + /* Fall through */ default: codec->pin_amp_workaround = 1; snd_hda_pick_fixup(codec, cxt5066_fixup_models,