diff mbox series

ALSA: hda/realtek: Add Positivo C6300 model quirk

Message ID 20221109160909.4578-1-edson.drosdeck@gmail.com
State Accepted
Commit 79e28f2ab3440e08f5fbf65648b008341c37b496
Headers show
Series ALSA: hda/realtek: Add Positivo C6300 model quirk | expand

Commit Message

Edson Juliano Drosdeck Nov. 9, 2022, 4:09 p.m. UTC
Positivo Master C6300 (1849:a233) require quirk for anabling headset-mic

Signed-off-by: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Edson Juliano Drosdeck Nov. 9, 2022, 4:43 p.m. UTC | #1
Disregard my previous email, the patch included with this email is
inaccurate and incorrect. A better and correct patch is going to be send
after this email.

Em qua., 9 de nov. de 2022 às 12:09, Edson Juliano Drosdeck <
edson.drosdeck@gmail.com> escreveu:

> Positivo Master C6300 (1849:a233) require quirk for anabling headset-mic
>
> Signed-off-by: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
> ---
>  sound/pci/hda/patch_realtek.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 701a72ec5629..ad2987888966 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -9608,6 +9608,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[]
> = {
>         SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad",
> ALC298_FIXUP_TPT470_DOCK),
>         SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB",
> ALC269_FIXUP_LENOVO_EAPD),
>         SND_PCI_QUIRK(0x1849, 0x1233, "ASRock NUC Box 1100",
> ALC233_FIXUP_NO_AUDIO_JACK),
> +       SND_PCI_QUIRK(0x1849, 0xa233, "Positivo Master C6300",
> ALC233_FIXUP_HEADSET_MIC),
>         SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9",
> ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
>         SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ",
> ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
>         SND_PCI_QUIRK(0x1b35, 0x1235, "CZC B20", ALC269_FIXUP_CZC_B20),
> --
> 2.37.2
>
>
Takashi Iwai Nov. 9, 2022, 5:11 p.m. UTC | #2
On Wed, 09 Nov 2022 17:09:09 +0100,
Edson Juliano Drosdeck wrote:
> 
> Positivo Master C6300 (1849:a233) require quirk for anabling headset-mic
> 
> Signed-off-by: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>

Thanks, applied now.


Takashi
Takashi Iwai Nov. 9, 2022, 5:13 p.m. UTC | #3
On Wed, 09 Nov 2022 18:11:46 +0100,
Takashi Iwai wrote:
> 
> On Wed, 09 Nov 2022 17:09:09 +0100,
> Edson Juliano Drosdeck wrote:
> > 
> > Positivo Master C6300 (1849:a233) require quirk for anabling headset-mic
> > 
> > Signed-off-by: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
> 
> Thanks, applied now.

Erm, no, as you already wrote, it's incorrect, doesn't build.
Dropped now.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 701a72ec5629..ad2987888966 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9608,6 +9608,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
 	SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
 	SND_PCI_QUIRK(0x1849, 0x1233, "ASRock NUC Box 1100", ALC233_FIXUP_NO_AUDIO_JACK),
+	SND_PCI_QUIRK(0x1849, 0xa233, "Positivo Master C6300", ALC233_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
 	SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1b35, 0x1235, "CZC B20", ALC269_FIXUP_CZC_B20),