All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
To: perex@perex.cz
Cc: sbinding@opensource.cirrus.com, tanureal@opensource.cirrus.com,
	tangmeng@uniontech.com, p.jungkamp@gmx.net,
	tcrawford@system76.com, tiwai@suse.com, wse@tuxedocomputers.com,
	linux-kernel@vger.kernel.org, edson.drosdeck@gmail.com,
	kai.heng.feng@canonical.com, alsa-devel@alsa-project.org
Subject: [PATCH] ALSA: hda/realtek: Add Positivo C6300 model quirk
Date: Wed,  9 Nov 2022 12:09:09 -0400	[thread overview]
Message-ID: <20221109160909.4578-1-edson.drosdeck@gmail.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
To: perex@perex.cz
Cc: tiwai@suse.com, tcrawford@system76.com,
	sbinding@opensource.cirrus.com, kai.heng.feng@canonical.com,
	tangmeng@uniontech.com, tanureal@opensource.cirrus.com,
	p.jungkamp@gmx.net, wse@tuxedocomputers.com,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	edson.drosdeck@gmail.com
Subject: [PATCH] ALSA: hda/realtek: Add Positivo C6300 model quirk
Date: Wed,  9 Nov 2022 12:09:09 -0400	[thread overview]
Message-ID: <20221109160909.4578-1-edson.drosdeck@gmail.com> (raw)

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


             reply	other threads:[~2022-11-09 17:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09 16:09 Edson Juliano Drosdeck [this message]
2022-11-09 16:09 ` [PATCH] ALSA: hda/realtek: Add Positivo C6300 model quirk Edson Juliano Drosdeck
2022-11-09 16:43 ` edson drosdeck
2022-11-09 17:11 ` Takashi Iwai
2022-11-09 17:11   ` Takashi Iwai
2022-11-09 17:13   ` Takashi Iwai
2022-11-09 17:13     ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2022-11-09 17:17 Edson Juliano Drosdeck
2022-11-09 17:17 ` Edson Juliano Drosdeck
2022-11-09 20:32 ` edson drosdeck
2022-11-10  6:08 ` Takashi Iwai
2022-11-10  6:08   ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221109160909.4578-1-edson.drosdeck@gmail.com \
    --to=edson.drosdeck@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=p.jungkamp@gmx.net \
    --cc=perex@perex.cz \
    --cc=sbinding@opensource.cirrus.com \
    --cc=tangmeng@uniontech.com \
    --cc=tanureal@opensource.cirrus.com \
    --cc=tcrawford@system76.com \
    --cc=tiwai@suse.com \
    --cc=wse@tuxedocomputers.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.