* Update ALC255 depop optimize
@ 2018-04-25 8:17 Kailang
2018-04-25 8:40 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2018-04-25 8:17 UTC (permalink / raw)
To: Takashi Iwai (tiwai@suse.de); +Cc: (alsa-devel@alsa-project.org)
[-- Attachment #1: Type: text/plain, Size: 77 bytes --]
Hi Takashi,
Attach patch was update ALC255 depop optimize.
BR,
Kailang
[-- Attachment #2: 0000-update-alc255-depop.patch --]
[-- Type: application/octet-stream, Size: 806 bytes --]
From eb8f5e3f4c8ad8495592dd1ba09aaa82329a31e8 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Wed, 25 Apr 2018 16:05:27 +0800
Subject: [PATCH] ALSA: hda/realtek - Update ALC255 depop optimize
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>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 2086949..3f659f0 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:
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Update ALC255 depop optimize
2018-04-25 8:17 Update ALC255 depop optimize Kailang
@ 2018-04-25 8:40 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2018-04-25 8:40 UTC (permalink / raw)
To: Kailang; +Cc: (alsa-devel@alsa-project.org)
On Wed, 25 Apr 2018 10:17:50 +0200,
Kailang wrote:
>
> Hi Takashi,
>
> Attach patch was update ALC255 depop optimize.
Applied now, thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-25 8:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 8:17 Update ALC255 depop optimize Kailang
2018-04-25 8:40 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox