Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Fix ALC233 default init
@ 2018-04-25  7:56 Kailang
  2018-04-25  8:04 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Kailang @ 2018-04-25  7:56 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc:  (alsa-devel@alsa-project.org)

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

Hi Takashi,
 
Attach patch was for fix ALC233 for default initial.

BR,
Kailang

[-- Attachment #2: 0000-alc233-additional-support.patch --]
[-- Type: application/octet-stream, Size: 1057 bytes --]

From b21106f83613fbe55d46241642352d897b9c1cf8 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Wed, 25 Apr 2018 15:31:52 +0800
Subject: [PATCH] ALSA: hda/realtek - Add some fixes for ALC233

Fill COEF to change EAPD to verb control.
Assigned codec type.

Additional: 92f974df346013160481324c39851e7ea9ce482a ("ALSA: hda/realtek - New vendor ID for ALC233")
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 c0c4043..2086949 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -331,6 +331,7 @@ static void alc_fill_eapd_coef(struct hda_codec *codec)
 		/* fallthrough */
 	case 0x10ec0215:
 	case 0x10ec0233:
+	case 0x10ec0235:
 	case 0x10ec0236:
 	case 0x10ec0255:
 	case 0x10ec0256:
@@ -7160,6 +7161,7 @@ static int patch_alc269(struct hda_codec *codec)
 	case 0x10ec0298:
 		spec->codec_variant = ALC269_TYPE_ALC298;
 		break;
+	case 0x10ec0235:
 	case 0x10ec0255:
 		spec->codec_variant = ALC269_TYPE_ALC255;
 		break;

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



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

end of thread, other threads:[~2018-04-25  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25  7:56 Fix ALC233 default init Kailang
2018-04-25  8:04 ` Takashi Iwai
2018-04-25  8:15   ` 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