We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831962e commit d3e7529Copy full SHA for d3e7529
sound/soc/intel/boards/sof_sdw.c
@@ -759,6 +759,24 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
759
SOF_BT_OFFLOAD_SSP(2) |
760
SOF_SSP_BT_OFFLOAD_PRESENT),
761
},
762
+ /* Wildcatlake devices*/
763
+ {
764
+ .callback = sof_sdw_quirk_cb,
765
+ .matches = {
766
+ DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_wclrvp"),
767
+ },
768
+ .driver_data = (void *)(SOC_SDW_PCH_DMIC),
769
770
771
772
773
+ DMI_MATCH(DMI_SYS_VENDOR, "Google"),
774
+ DMI_MATCH(DMI_PRODUCT_NAME, "Ocelot"),
775
776
+ .driver_data = (void *)(SOC_SDW_PCH_DMIC |
777
+ SOF_BT_OFFLOAD_SSP(2) |
778
+ SOF_SSP_BT_OFFLOAD_PRESENT),
779
780
{}
781
};
782
0 commit comments