Skip to content

Commit bb32702

Browse files
committed
ASoC: Intel: sof_sdw: add Asus SKU support
The patch adds the SKU with cs42l43 internal SPKL, SPKR speakers and cs35l56 left, right amplifiers. Signed-off-by: Mac Chiang <mac.chiang@intel.com>
1 parent fa50205 commit bb32702

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,18 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
786786
SOF_BT_OFFLOAD_SSP(2) |
787787
SOF_SSP_BT_OFFLOAD_PRESENT),
788788
},
789+
{
790+
.callback = sof_sdw_quirk_cb,
791+
.matches = {
792+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
793+
DMI_MATCH(DMI_PRODUCT_NAME, "Lapis"),
794+
},
795+
.driver_data = (void *)(SOF_SDW_CODEC_SPKR |
796+
SOC_SDW_SIDECAR_AMPS |
797+
SOC_SDW_PCH_DMIC |
798+
SOF_BT_OFFLOAD_SSP(2) |
799+
SOF_SSP_BT_OFFLOAD_PRESENT),
800+
},
789801
/* Wildcatlake devices*/
790802
{
791803
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)