Skip to content

Commit 402ed86

Browse files
macchianbardliao
authored andcommitted
ASoC: Intel: sof_sdw: add codec speaker support for the SKU
This patch adds Cirrus codec internal speaker configuration to support the cs42l43_l3_cs35l56_l2 machine. Signed-off-by: Mac Chiang <mac.chiang@intel.com>
1 parent cdba984 commit 402ed86

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
790790
},
791791
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
792792
},
793+
{
794+
.callback = sof_sdw_quirk_cb,
795+
.matches = {
796+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
797+
DMI_MATCH(DMI_PRODUCT_NAME, "Lapis"),
798+
},
799+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR |
800+
SOC_SDW_PCH_DMIC |
801+
SOF_BT_OFFLOAD_SSP(2) |
802+
SOF_SSP_BT_OFFLOAD_PRESENT),
803+
},
793804
{
794805
.callback = sof_sdw_quirk_cb,
795806
.matches = {

0 commit comments

Comments
 (0)