Skip to content

Commit 2b548cb

Browse files
committed
ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S16
Asus laptops with sound PCI subsystem ID 1043:1f43 have the DMICs connected to the host instead of the CS42L43 so need the SOC_SDW_CODEC_MIC quirk. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent c445516 commit 2b548cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
783783

784784
static const struct snd_pci_quirk sof_sdw_ssid_quirk_table[] = {
785785
SND_PCI_QUIRK(0x1043, 0x1e13, "ASUS Zenbook S14", SOC_SDW_CODEC_MIC),
786+
SND_PCI_QUIRK(0x1043, 0x1f43, "ASUS Zenbook S16", SOC_SDW_CODEC_MIC),
786787
{}
787788
};
788789

0 commit comments

Comments
 (0)