All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion
@ 2020-08-18 16:54 ` Mike Pozulp
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Pozulp @ 2020-08-18 16:54 UTC (permalink / raw)
  Cc: Mike Pozulp, Jaroslav Kysela, Takashi Iwai, Kailang Yang,
	Jian-Hong Pan, Hui Wang, Kai-Heng Feng, Thomas Hebb,
	Michał Mirosław, Chris Chiu, moderated list:SOUND,
	open list

The Galaxy Book Ion uses the same ALC298 codec as other Samsung laptops
which have the no headphone sound bug, like my Samsung Notebook. The
Galaxy Book owner confirmed that this patch fixes the bug.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207423
Signed-off-by: Mike Pozulp <pozulp.kernel@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 29f5878f0c50..72aa3da479c9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7612,6 +7612,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),
 	SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
 	SND_PCI_QUIRK(0x144d, 0xc176, "Samsung Notebook 9 Pro (NP930MBE-K04US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
+	SND_PCI_QUIRK(0x144d, 0xc18a, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
 	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_HEADPHONE_VERY_QUIET),
 	SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC),
-- 
2.28.0


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

* [PATCH] ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion
@ 2020-08-18 16:54 ` Mike Pozulp
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Pozulp @ 2020-08-18 16:54 UTC (permalink / raw)
  Cc: moderated list:SOUND, Kailang Yang, Thomas Hebb, Mike Pozulp,
	Chris Chiu, Takashi Iwai, Hui Wang, Kai-Heng Feng, Jian-Hong Pan,
	Michał Mirosław, open list

The Galaxy Book Ion uses the same ALC298 codec as other Samsung laptops
which have the no headphone sound bug, like my Samsung Notebook. The
Galaxy Book owner confirmed that this patch fixes the bug.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207423
Signed-off-by: Mike Pozulp <pozulp.kernel@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 29f5878f0c50..72aa3da479c9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7612,6 +7612,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x144d, 0xc109, "Samsung Ativ book 9 (NP900X3G)", ALC269_FIXUP_INV_DMIC),
 	SND_PCI_QUIRK(0x144d, 0xc169, "Samsung Notebook 9 Pen (NP930SBE-K01US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
 	SND_PCI_QUIRK(0x144d, 0xc176, "Samsung Notebook 9 Pro (NP930MBE-K04US)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
+	SND_PCI_QUIRK(0x144d, 0xc18a, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET),
 	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_HEADPHONE_VERY_QUIET),
 	SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC),
-- 
2.28.0


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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion
  2020-08-18 16:54 ` Mike Pozulp
@ 2020-08-19  6:38   ` Takashi Iwai
  -1 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2020-08-19  6:38 UTC (permalink / raw)
  To: Mike Pozulp
  Cc: Jaroslav Kysela, Takashi Iwai, Kailang Yang, Jian-Hong Pan,
	Hui Wang, Kai-Heng Feng, Thomas Hebb, Michał Mirosław,
	Chris Chiu, moderated list:SOUND, open list

On Tue, 18 Aug 2020 18:54:44 +0200,
Mike Pozulp wrote:
> 
> The Galaxy Book Ion uses the same ALC298 codec as other Samsung laptops
> which have the no headphone sound bug, like my Samsung Notebook. The
> Galaxy Book owner confirmed that this patch fixes the bug.
> 
> BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207423
> Signed-off-by: Mike Pozulp <pozulp.kernel@gmail.com>

Thanks, applied.


Takashi

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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion
@ 2020-08-19  6:38   ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2020-08-19  6:38 UTC (permalink / raw)
  To: Mike Pozulp
  Cc: moderated list:SOUND, Kailang Yang, Thomas Hebb, open list,
	Chris Chiu, Takashi Iwai, Hui Wang, Kai-Heng Feng, Jian-Hong Pan,
	Michał Mirosław

On Tue, 18 Aug 2020 18:54:44 +0200,
Mike Pozulp wrote:
> 
> The Galaxy Book Ion uses the same ALC298 codec as other Samsung laptops
> which have the no headphone sound bug, like my Samsung Notebook. The
> Galaxy Book owner confirmed that this patch fixes the bug.
> 
> BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=207423
> Signed-off-by: Mike Pozulp <pozulp.kernel@gmail.com>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2020-08-19  6:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 16:54 [PATCH] ALSA: hda/realtek: Add quirk for Samsung Galaxy Book Ion Mike Pozulp
2020-08-18 16:54 ` Mike Pozulp
2020-08-19  6:38 ` Takashi Iwai
2020-08-19  6: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.