alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] Set EAPD control to default for ALC222
@ 2020-01-08  8:41 Kailang
  2020-01-08  9:09 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2020-01-08  8:41 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc: Hui Wang,  (alsa-devel@alsa-project.org)

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

Hi Takashi,

Add Set EAPD control to default for ALC222.
Many Thanks.

BR,
Kailang

[-- Attachment #2: 0000-alc222-eapd-control.patch --]
[-- Type: application/octet-stream, Size: 761 bytes --]

From e2fddf0fd37a29db9cd839b78389d631c6b1e05f Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Tue, 7 Jan 2020 17:22:19 +0800
Subject: [PATCH] ALSA: hda/realtek - Set EAPD control to default for ALC222

Set EAPD control to verb control.

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 73407b25a777..e0c56db1e622 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -412,6 +412,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
 	case 0x10ec0672:
 		alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
 		break;
+	case 0x10ec0222:
 	case 0x10ec0623:
 		alc_update_coef_idx(codec, 0x19, 1<<13, 0);
 		break;

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

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: [alsa-devel] Set EAPD control to default for ALC222
  2020-01-08  8:41 [alsa-devel] Set EAPD control to default for ALC222 Kailang
@ 2020-01-08  9:09 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-01-08  9:09 UTC (permalink / raw)
  To: Kailang; +Cc: Hui Wang,  (alsa-devel@alsa-project.org)

On Wed, 08 Jan 2020 09:41:57 +0100,
Kailang wrote:
> 
> Hi Takashi,
> 
> Add Set EAPD control to default for ALC222.
> 
> Many Thanks.
> 
> BR,
> 
> Kailang

Applied now.  Thanks.


Takashi
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2020-01-08  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08  8:41 [alsa-devel] Set EAPD control to default for ALC222 Kailang
2020-01-08  9:09 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).