All of lore.kernel.org
 help / color / mirror / Atom feed
* Dell fixed type headset platform
@ 2020-12-17  8:59 Kailang
  2020-12-17  9:37 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2020-12-17  8:59 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc:  (alsa-devel@alsa-project.org)

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

Hi Takashi,

Dell has fixed type headset platform for desktop.
Attach patch was add pin verb. BIOS verb table was setting for fixed type coef.

Many Thanks.

BR,
Kailang

[-- Attachment #2: 0001-dell-fixed-type-headset.patch --]
[-- Type: application/octet-stream, Size: 1175 bytes --]

From cd24dfd9c30e6ee893ca936fac60419a5af8a76a Mon Sep 17 00:00:00 2001
From: kailang <kailang@realtek.com>
Date: Thu, 17 Dec 2020 16:52:44 +0800
Subject: [PATCH] ALSA: hda/realtek - Supported Dell fixed type headset

This platform only supported iphone type headset.
It can't support Dell headset mode.

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 8616c5624870..568505e449ef 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7868,6 +7868,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1028, 0x09bf, "Dell Precision", ALC233_FIXUP_ASUS_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x0a2e, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1028, 0x0a30, "Dell", ALC236_FIXUP_DELL_AIO_HEADSET_MIC),
+	SND_PCI_QUIRK(0x1028, 0x0a58, "Dell Precision 3650 Tower", ALC255_FIXUP_DELL_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),

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

* Re: Dell fixed type headset platform
  2020-12-17  8:59 Dell fixed type headset platform Kailang
@ 2020-12-17  9:37 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-12-17  9:37 UTC (permalink / raw)
  To: Kailang; +Cc:  (alsa-devel@alsa-project.org)

On Thu, 17 Dec 2020 09:59:16 +0100,
Kailang wrote:
> 
> Hi Takashi,
> 
> Dell has fixed type headset platform for desktop.
> Attach patch was add pin verb. BIOS verb table was setting for fixed type coef.
> 
> Many Thanks.

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2020-12-17  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17  8:59 Dell fixed type headset platform Kailang
2020-12-17  9:37 ` 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.