All of lore.kernel.org
 help / color / mirror / Atom feed
* Update ALC215 depop optimize
@ 2018-01-17  7:42 Kailang
  2018-01-17 11:15 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2018-01-17  7:42 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc:  (alsa-devel@alsa-project.org)

[-- Attachment #1: Type: text/plain, Size: 117 bytes --]


Hi Takashi,

Attach was the update patch for ALC215 depop.
This depop method was same as ALC225.

BR,
Kailang

[-- Attachment #2: 0000-alc215-depop-optimize.patch --]
[-- Type: application/octet-stream, Size: 815 bytes --]

From 787fcbeb5aca42ec3d4a56010964cb4f822acba8 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Wed, 17 Jan 2018 15:32:03 +0800
Subject: [PATCH] ALSA: hda/realtek - update ALC215 depop optimize

Add ALC215 its own depop functions for alc_init and alc_shutup.
Assign it to ALC225 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 552646c..2f0e37a 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7024,6 +7024,8 @@ static int patch_alc269(struct hda_codec *codec)
 	case 0x10ec0285:
 	case 0x10ec0289:
 		spec->codec_variant = ALC269_TYPE_ALC215;
+		spec->shutup = alc225_shutup;
+		spec->init_hook = alc225_init;
 		spec->gen.mixer_nid = 0;
 		break;
 	case 0x10ec0225:

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Update ALC215 depop optimize
  2018-01-17  7:42 Update ALC215 depop optimize Kailang
@ 2018-01-17 11:15 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2018-01-17 11:15 UTC (permalink / raw)
  To: Kailang; +Cc:  (alsa-devel@alsa-project.org)

On Wed, 17 Jan 2018 08:42:18 +0100,
Kailang wrote:
> 
> 
> Hi Takashi,
> 
> Attach was the update patch for ALC215 depop.
> This depop method was same as ALC225.

Applied this one, too.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-17 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17  7:42 Update ALC215 depop optimize Kailang
2018-01-17 11:15 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.