Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 39bcd71

Browse files
macchianNorman Bintang
authored andcommitted
ANDROID: ASoC: Intel: sof_sdw: add codec speaker support for SKU
This patch adds Cirrus codec internal speaker configuration to support the cs42l43_l3_cs35l56_l2 machine. Bug: 444302600 Test: cat /proc/asoc/cards, check soundcard is registered. Link: https://github.com/thesofproject/linux/pull/5566/commits (After the PR is merged, it will be picked up by kernel.org in the next timing windows.) Upstream-Task: 455997202 Change-Id: I731307b5f3b8b45697fe3f4f1915441522b711e9 Signed-off-by: Mac Chiang <mac.chiang@intel.com>
1 parent 6fa77ef commit 39bcd71

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
@@ -693,6 +693,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
693693
},
694694
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
695695
},
696+
{
697+
.callback = sof_sdw_quirk_cb,
698+
.matches = {
699+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
700+
DMI_MATCH(DMI_PRODUCT_NAME, "Lapis"),
701+
},
702+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR |
703+
SOC_SDW_PCH_DMIC |
704+
SOF_BT_OFFLOAD_SSP(2) |
705+
SOF_SSP_BT_OFFLOAD_PRESENT),
706+
},
696707
{
697708
.callback = sof_sdw_quirk_cb,
698709
.matches = {

0 commit comments

Comments
 (0)