]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda: Fix missing codec probe on Shenker Dock 15
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Feb 2022 10:00:20 +0000 (11:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Feb 2022 10:56:40 +0000 (11:56 +0100)
commit3c7130f18549825e63a48f66d2cdcad4fd034f56
treedac43c2c528d0220a0a42ba61f0c8fb5eab0f51f
parent7094f1aeb888c4858133845f68b7e683e75993d8
ALSA: hda: Fix missing codec probe on Shenker Dock 15

commit dd8e5b161d7fb9cefa1f1d6e35a39b9e1563c8d3 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_intel.c