diff mbox series

ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360

Message ID 20240718080908.8677-1-kkamagui@gmail.com (mailing list archive)
State Accepted
Commit d7063c08738573fc2f3296da6d31a22fa8aa843a
Headers show
Series ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 | expand

Commit Message

Seunghun Han July 18, 2024, 8:09 a.m. UTC
Samsung Galaxy Book Pro 360 (13" 2022 NT935QDB-KC71S) with codec SSID
144d:c1a4 requires the same workaround to enable the speaker amp
as other Samsung models with the ALC298 codec.

Signed-off-by: Seunghun Han <kkamagui@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai July 18, 2024, 2:45 p.m. UTC | #1
On Thu, 18 Jul 2024 10:09:08 +0200,
Seunghun Han wrote:
> 
> Samsung Galaxy Book Pro 360 (13" 2022 NT935QDB-KC71S) with codec SSID
> 144d:c1a4 requires the same workaround to enable the speaker amp
> as other Samsung models with the ALC298 codec.
> 
> Signed-off-by: Seunghun Han <kkamagui@gmail.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index d6b6a97600fc..c3a86a99f8c6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10398,6 +10398,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x144d, 0xc189, "Samsung Galaxy Flex Book (NT950QCG-X716)", ALC298_FIXUP_SAMSUNG_AMP),
 	SND_PCI_QUIRK(0x144d, 0xc18a, "Samsung Galaxy Book Ion (NP930XCJ-K01US)", ALC298_FIXUP_SAMSUNG_AMP),
 	SND_PCI_QUIRK(0x144d, 0xc1a3, "Samsung Galaxy Book Pro (NP935XDB-KC1SE)", ALC298_FIXUP_SAMSUNG_AMP),
+	SND_PCI_QUIRK(0x144d, 0xc1a4, "Samsung Galaxy Book Pro 360 (NT935QBD)", ALC298_FIXUP_SAMSUNG_AMP),
 	SND_PCI_QUIRK(0x144d, 0xc1a6, "Samsung Galaxy Book Pro 360 (NP930QBD)", ALC298_FIXUP_SAMSUNG_AMP),
 	SND_PCI_QUIRK(0x144d, 0xc740, "Samsung Ativ book 8 (NP870Z5G)", ALC269_FIXUP_ATIV_BOOK_8),
 	SND_PCI_QUIRK(0x144d, 0xc812, "Samsung Notebook Pen S (NT950SBE-X58)", ALC298_FIXUP_SAMSUNG_AMP),