Skip to content

Commit 2afb3fa

Browse files
jairaj-aravaJairaj Arava
authored andcommitted
ASoC: Intel: sof_sdw: Add support for nvlrvp in NVL platform
Add an entry in the soundwire quirk table for novalake boards to support NVL RVP Signed-off-by: Jairaj Arava <jairaj.arava@intel.com>
1 parent fedfcf1 commit 2afb3fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
848848
SOF_BT_OFFLOAD_SSP(2) |
849849
SOF_SSP_BT_OFFLOAD_PRESENT),
850850
},
851+
/* Novalake devices*/
852+
{
853+
.callback = sof_sdw_quirk_cb,
854+
.matches = {
855+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_nvlrvp"),
856+
},
857+
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
858+
},
851859
{}
852860
};
853861

0 commit comments

Comments
 (0)