Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speakers silent on Samsung Galaxy Book5 Pro 360 #5242

Open
melvyn2 opened this issue Nov 15, 2024 · 2 comments
Open

Speakers silent on Samsung Galaxy Book5 Pro 360 #5242

melvyn2 opened this issue Nov 15, 2024 · 2 comments
Labels
bug Something isn't working HDA Applies to HD-Audio bus for codec connection

Comments

@melvyn2
Copy link

melvyn2 commented Nov 15, 2024

Similar to #5006 and older models, the speakers on this model don't work.

Headphones work mostly okay, apart from audio stopping/going silent and needing to reset the device by unplugging it or disabling it temporarily. This seems to happen mostly with games under Wine or Ryujinx.
Previously, audio used to distort often but this seems to have been fixed recently (likely #5198).

For the speakers, I tried using the kernel quirk applied to some older models (seen the patch below), but this didn't result in any change.

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 3bbf5fab2..8eef0da83 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10706,6 +10706,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x144d, 0xc886, "Samsung Galaxy Book3 Pro (NP964XFG)", ALC298_FIXUP_SAMSUNG_AMP_V2_4_AMPS),
 	SND_PCI_QUIRK(0x144d, 0xc1ca, "Samsung Galaxy Book3 Pro 360 (NP960QFG)", ALC298_FIXUP_SAMSUNG_AMP_V2_4_AMPS),
 	SND_PCI_QUIRK(0x144d, 0xc1cc, "Samsung Galaxy Book3 Ultra (NT960XFH)", ALC298_FIXUP_SAMSUNG_AMP_V2_4_AMPS),
+	SND_PCI_QUIRK(0x144d, 0xc1da, "Samsung Galaxy Book5 Pro 360 (NT960QHA)", ALC298_FIXUP_SAMSUNG_AMP_V2_4_AMPS),
 	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),
@ujfalusi ujfalusi added bug Something isn't working HDA Applies to HD-Audio bus for codec connection labels Feb 28, 2025
@ujfalusi
Copy link
Collaborator

@melvyn2, did the issue got resolved over time or still exists?
If not, please follow the https://thesofproject.github.io/latest/getting_started/intel_debug/suggestions.html#
Attach the alsa-info outpu and try to switch to Legacy HDA stack to see if the issue with the speaker still persists.

@melvyn2
Copy link
Author

melvyn2 commented Feb 28, 2025

The issue still exists, even after rebooting from windows. Here's the alsa-info: http://alsa-project.org/db/?f=15174857e571b0e19660dc7d25a37479762023e9
Speakers still do not work with the Legacy HDA driver. I haven't been able to test the headphone issues with it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HDA Applies to HD-Audio bus for codec connection
Projects
None yet
Development

No branches or pull requests

2 participants