diff --git a/patches.suse/ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch b/patches.suse/ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch new file mode 100644 index 0000000..862746d --- /dev/null +++ b/patches.suse/ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch @@ -0,0 +1,37 @@ +From daf6c4681a74034d5723e2fb761e0d7f3a1ca18f Mon Sep 17 00:00:00 2001 +From: Christoffer Sandberg +Date: Thu, 28 Mar 2024 11:27:57 +0100 +Subject: [PATCH] ALSA: hda/realtek - Fix inactive headset mic jack +Git-commit: daf6c4681a74034d5723e2fb761e0d7f3a1ca18f +Patch-mainline: v6.9-rc3 +References: stable-fixes + +This patch adds the existing fixup to certain TF platforms implementing +the ALC274 codec with a headset jack. It fixes/activates the inactive +microphone of the headset. + +Signed-off-by: Christoffer Sandberg +Signed-off-by: Werner Sembach +Cc: +Message-id: <20240328102757.50310-1-wse@tuxedocomputers.com> +Signed-off-by: Takashi Iwai + +--- + 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 a17c36a36aa5..c31e9be257a9 100644 +--- a/sound/pci/hda/patch_realtek.c ++++ b/sound/pci/hda/patch_realtek.c +@@ -10403,6 +10403,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { + SND_PCI_QUIRK(0x1d05, 0x1147, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP), + SND_PCI_QUIRK(0x1d05, 0x115c, "TongFang GMxTGxx", ALC269_FIXUP_NO_SHUTUP), + SND_PCI_QUIRK(0x1d05, 0x121b, "TongFang GMxAGxx", ALC269_FIXUP_NO_SHUTUP), ++ SND_PCI_QUIRK(0x1d05, 0x1387, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC), + SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MIC), + SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1d72, 0x1901, "RedmiBook 14", ALC256_FIXUP_ASUS_HEADSET_MIC), +-- +2.43.0 + diff --git a/series.conf b/series.conf index 0fb69c9..ffc9656 100644 --- a/series.conf +++ b/series.conf @@ -46276,6 +46276,7 @@ patches.suse/drm-panfrost-fix-power-transition-timeout-warnings.patch patches.suse/drm-display-fix-typo.patch patches.suse/drm-i915-gt-Do-not-generate-the-command-streamer-for.patch + patches.suse/ALSA-hda-realtek-Fix-inactive-headset-mic-jack.patch patches.suse/ALSA-hda-realtek-Update-Panasonic-CF-SZ6-quirk-to-su.patch patches.suse/ASoC-ops-Fix-wraparound-for-mask-in-snd_soc_get_vols.patch patches.suse/ASoC-rt5682-sdw-fix-locking-sequence.patch