Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: hda/realtek: Enable speaker pins for Medion E15443 platform

Speaker has no sound for Medion E15443.
Added another speaker pins for Medion E15443 platform.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/eac4f3aca2ab45e59ccd207a90ee60e9@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Kailang Yang and committed by
Takashi Iwai
31917b7b 7ba81e4c

+9
+9
sound/pci/hda/patch_realtek.c
··· 7779 7779 ALC256_FIXUP_CHROME_BOOK, 7780 7780 ALC245_FIXUP_CLEVO_NOISY_MIC, 7781 7781 ALC269_FIXUP_VAIO_VJFH52_MIC_NO_PRESENCE, 7782 + ALC233_FIXUP_MEDION_MTL_SPK, 7782 7783 }; 7783 7784 7784 7785 /* A special fixup for Lenovo C940 and Yoga Duet 7; ··· 10081 10080 .chained = true, 10082 10081 .chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST 10083 10082 }, 10083 + [ALC233_FIXUP_MEDION_MTL_SPK] = { 10084 + .type = HDA_FIXUP_PINS, 10085 + .v.pins = (const struct hda_pintbl[]) { 10086 + { 0x1b, 0x90170110 }, 10087 + { } 10088 + }, 10089 + }, 10084 10090 }; 10085 10091 10086 10092 static const struct hda_quirk alc269_fixup_tbl[] = { ··· 10960 10952 SND_PCI_QUIRK(0x2782, 0x0232, "CHUWI CoreBook XPro", ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO), 10961 10953 SND_PCI_QUIRK(0x2782, 0x1701, "Infinix Y4 Max", ALC269VC_FIXUP_INFINIX_Y4_MAX), 10962 10954 SND_PCI_QUIRK(0x2782, 0x1707, "Vaio VJFE-ADL", ALC298_FIXUP_SPK_VOLUME), 10955 + SND_PCI_QUIRK(0x2782, 0x4900, "MEDION E15443", ALC233_FIXUP_MEDION_MTL_SPK), 10963 10956 SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC), 10964 10957 SND_PCI_QUIRK(0x8086, 0x2080, "Intel NUC 8 Rugged", ALC256_FIXUP_INTEL_NUC8_RUGGED), 10965 10958 SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", ALC256_FIXUP_INTEL_NUC10),