From: Takashi Iwai <tiwai@xxxxxxx> commit ca0f79f0286046f6a91c099dc941cf7afae198d6 upstream. Medion E15433 laptop wich ALC269VC (SSID 2782:1705) needs the same workaround for the missing speaker as another model. Link: https://bugzilla.suse.com/show_bug.cgi?id=1233298 Cc: <stable@xxxxxxxxxxxxxxx> Link: https://patch.msgid.link/20241128072646.15659-1-tiwai@xxxxxxx Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11028,6 +11028,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x2782, 0x0228, "Infinix ZERO BOOK 13", ALC269VB_FIXUP_INFINIX_ZERO_BOOK_13), SND_PCI_QUIRK(0x2782, 0x0232, "CHUWI CoreBook XPro", ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO), SND_PCI_QUIRK(0x2782, 0x1701, "Infinix Y4 Max", ALC269VC_FIXUP_INFINIX_Y4_MAX), + SND_PCI_QUIRK(0x2782, 0x1705, "MEDION E15433", ALC269VC_FIXUP_INFINIX_Y4_MAX), SND_PCI_QUIRK(0x2782, 0x1707, "Vaio VJFE-ADL", ALC298_FIXUP_SPK_VOLUME), SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC), SND_PCI_QUIRK(0x8086, 0x2080, "Intel NUC 8 Rugged", ALC256_FIXUP_INTEL_NUC8_RUGGED), Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-6.11/alsa-pcm-add-sanity-null-check-for-the-default-mmap-fault-handler.patch queue-6.11/alsa-hda-realtek-set-pcbeep-to-default-value-for-alc274.patch queue-6.11/alsa-6fire-release-resources-at-card-release.patch queue-6.11/alsa-hda-realtek-add-subwoofer-quirk-for-infinix-zer.patch queue-6.11/alsa-hda-realtek-apply-quirk-for-medion-e15433.patch queue-6.11/alsa-ump-fix-evaluation-of-midi-1.0-fb-info.patch queue-6.11/alsa-usx2y-use-snd_card_free_when_closed-at-disconne.patch queue-6.11/alsa-hda-realtek-fix-internal-speaker-and-mic-boost-of-infinix-y4-max.patch queue-6.11/alsa-us122l-use-snd_card_free_when_closed-at-disconn.patch queue-6.11/alsa-caiaq-use-snd_card_free_when_closed-at-disconne.patch queue-6.11/alsa-usb-audio-fix-out-of-bounds-reads-when-finding-clock-sources.patch queue-6.11/alsa-core-fix-possible-null-dereference-caused-by-ku.patch queue-6.11/alsa-usb-audio-fix-potential-out-of-bound-accesses-for-extigy-and-mbox-devices.patch queue-6.11/alsa-usb-audio-fix-yamaha-p-125-quirk-entry.patch queue-6.11/alsa-rawmidi-fix-kvfree-call-in-spinlock.patch queue-6.11/alsa-hda-realtek-update-alc225-depop-procedure.patch queue-6.11/alsa-hda-realtek-update-alc256-depop-procedure.patch