summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com>2018-04-25 16:05:27 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-01 12:47:23 -0700
commit8b9ea8183d73d96f125aa31e21f87a24f54e96d4 (patch)
tree54d3a76c8d07d2bb09795e2cd8a48b490cef5b67 /sound
parent0264b06fbb66dce47467338e474caa65fcdbbe32 (diff)
downloadlinux-rt-8b9ea8183d73d96f125aa31e21f87a24f54e96d4.tar.gz
ALSA: hda/realtek - Update ALC255 depop optimize
commit ab3b8e5159b5335c81ba2d09ee5054d4a1b5a7a6 upstream. Add ALC255 its own depop functions for alc_init and alc_shutup. Assign it to ALC256 usage. Signed-off-by: Kailang Yang <kailang@realtek.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f3ad5dea2f8d..c13b7fd0f58b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7164,6 +7164,8 @@ static int patch_alc269(struct hda_codec *codec)
case 0x10ec0235:
case 0x10ec0255:
spec->codec_variant = ALC269_TYPE_ALC255;
+ spec->shutup = alc256_shutup;
+ spec->init_hook = alc256_init;
break;
case 0x10ec0236:
case 0x10ec0256: