All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
@ 2023-03-07 16:37 Hamidreza H. Fard
  2023-03-08  5:38 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Hamidreza H. Fard @ 2023-03-07 16:37 UTC (permalink / raw
  To: tiwai; +Cc: alsa-devel, linux-kernel, Hamidreza H. Fard

Samsung Galaxy Book2 Pro (13" 2022 NP930XED-KA1DE) with codec SSID
144d:c868 requires the same workaround for enabling the speaker amp
like other Samsung models with ALC298 code.

Signed-off-by: Hamidreza H. Fard <nitocris@posteo.net>
---
 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 3c629f4ae080..ef78553fe6f0 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9539,6 +9539,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x144d, 0xc830, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_AMP),
 	SND_PCI_QUIRK(0x144d, 0xc832, "Samsung Galaxy Book Flex Alpha (NP730QCJ)", ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
 	SND_PCI_QUIRK(0x144d, 0xca03, "Samsung Galaxy Book2 Pro 360 (NP930QED)", ALC298_FIXUP_SAMSUNG_AMP),
+	SND_PCI_QUIRK(0x144d, 0xc868, "Samsung Galaxy Book2 Pro (NP930XED)", ALC298_FIXUP_SAMSUNG_AMP),
 	SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),

base-commit: a1eeed68b1f1d23ed05f66f43058988ba734ba8f
-- 
2.39.2


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

* Re: [PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro
  2023-03-07 16:37 [PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro Hamidreza H. Fard
@ 2023-03-08  5:38 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-03-08  5:38 UTC (permalink / raw
  To: Hamidreza H. Fard; +Cc: tiwai, alsa-devel, linux-kernel

On Tue, 07 Mar 2023 17:37:41 +0100,
Hamidreza H. Fard wrote:
> 
> Samsung Galaxy Book2 Pro (13" 2022 NP930XED-KA1DE) with codec SSID
> 144d:c868 requires the same workaround for enabling the speaker amp
> like other Samsung models with ALC298 code.
> 
> Signed-off-by: Hamidreza H. Fard <nitocris@posteo.net>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2023-03-08  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 16:37 [PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro Hamidreza H. Fard
2023-03-08  5:38 ` 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.