Skip to content

Commit 4c38568

Browse files
committed
ASoC: Intel: sof_sdw: Add quirk to exclude RT722 speaker
This SKU does not use the RT722 internal speaker. Add SOC_SDW_CODEC_SPKR to exclude via codec_info_list.dais.quirk_exclude. Other SKUs are not affected and continue to function whether the SDCA property is present. Signed-off-by: Mac Chiang <mac.chiang@intel.com>
1 parent 9e18944 commit 4c38568

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
@@ -776,6 +776,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
776776
},
777777
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
778778
},
779+
{
780+
.callback = sof_sdw_quirk_cb,
781+
.matches = {
782+
DMI_MATCH(DMI_SYS_VENDOR, "Google"),
783+
DMI_MATCH(DMI_PRODUCT_NAME, "Francka"),
784+
},
785+
.driver_data = (void *)(SOC_SDW_CODEC_SPKR |
786+
SOC_SDW_PCH_DMIC |
787+
SOF_BT_OFFLOAD_SSP(2) |
788+
SOF_SSP_BT_OFFLOAD_PRESENT),
789+
},
779790
{
780791
.callback = sof_sdw_quirk_cb,
781792
.matches = {

0 commit comments

Comments
 (0)