diff mbox series

[1/1] ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop

Message ID YyMjQO3mhyXlMbCf@piranha
State Accepted
Commit 1885ff13d4c42910b37a0e3f7c2f182520f4eed1
Headers show
Series [1/1] ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop | expand

Commit Message

Callum Osmotherly Sept. 15, 2022, 1:06 p.m. UTC
Callum Osmotherly <callum.osmotherly@gmail.com>

Just as with the 5570 (and the other Dell laptops), this enables the two
subwoofer speakers on the Dell Precision 5530 together with the main
ones, significantly increasing the audio quality. I've tested this
myself on a 5530 and can confirm it's working as expected.

Signed-off-by: Callum Osmotherly <callum.osmotherly@gmail.com>

---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai Sept. 15, 2022, 3:33 p.m. UTC | #1
On Thu, 15 Sep 2022 15:06:08 +0200,
Callum Osmotherly wrote:
> 
> Callum Osmotherly <callum.osmotherly@gmail.com>

The "From: " is missing?  I locally edited.

> Just as with the 5570 (and the other Dell laptops), this enables the two
> subwoofer speakers on the Dell Precision 5530 together with the main
> ones, significantly increasing the audio quality. I've tested this
> myself on a 5530 and can confirm it's working as expected.
> 
> Signed-off-by: Callum Osmotherly <callum.osmotherly@gmail.com>

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 799f6bf266dd..bdef329adb10 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9114,6 +9114,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1028, 0x0871, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1028, 0x0872, "Dell Precision 3630", ALC255_FIXUP_DELL_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1028, 0x0873, "Dell Precision 3930", ALC255_FIXUP_DUMMY_LINEOUT_VERB),
+	SND_PCI_QUIRK(0x1028, 0x087d, "Dell Precision 5530", ALC289_FIXUP_DUAL_SPK),
 	SND_PCI_QUIRK(0x1028, 0x08ad, "Dell WYSE AIO", ALC225_FIXUP_DELL_WYSE_AIO_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x08ae, "Dell WYSE NB", ALC225_FIXUP_DELL1_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1028, 0x0935, "Dell", ALC274_FIXUP_DELL_AIO_LINEOUT_VERB),