Skip to content

Commit d6ebbfb

Browse files
macchianMac Chiang
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 89d6915 commit d6ebbfb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
778778
},
779779
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
780780
},
781+
{
782+
.callback = sof_sdw_quirk_cb,
783+
.matches = {
784+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
785+
DMI_MATCH(DMI_PRODUCT_NAME, "Lapis"),
786+
},
787+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR |
788+
SOC_SDW_PCH_DMIC |
789+
SOF_BT_OFFLOAD_SSP(2) |
790+
SOF_SSP_BT_OFFLOAD_PRESENT),
791+
},
781792
{
782793
.callback = sof_sdw_quirk_cb,
783794
.matches = {

0 commit comments

Comments
 (0)