Skip to content

Commit dd8e5b1

Browse files
committed
ALSA: hda: Fix missing codec probe on Shenker Dock 15
By some unknown reason, BIOS on Shenker Dock 15 doesn't set up the codec mask properly for the onboard audio. Let's set the forced codec mask to enable the codec discovery. Reported-by: dmummenschanz@web.de Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/trinity-f018660b-95c9-442b-a2a8-c92a56eb07ed-1644345967148@3c-app-webde-bap22 Link: https://lore.kernel.org/r/20220214100020.8870-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 6317f74 commit dd8e5b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/pci/hda/hda_intel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,7 @@ static const struct snd_pci_quirk probe_mask_list[] = {
16151615
/* forced codec slots */
16161616
SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103),
16171617
SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103),
1618+
SND_PCI_QUIRK(0x1558, 0x0351, "Schenker Dock 15", 0x105),
16181619
/* WinFast VP200 H (Teradici) user reported broken communication */
16191620
SND_PCI_QUIRK(0x3a21, 0x040d, "WinFast VP200 H", 0x101),
16201621
{}

0 commit comments

Comments
 (0)