Skip to content

Commit f3ce593

Browse files
jairaj-aravaujfalusi
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 9b6ceef commit f3ce593

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
@@ -856,6 +856,14 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
856856
SOF_BT_OFFLOAD_SSP(2) |
857857
SOF_SSP_BT_OFFLOAD_PRESENT),
858858
},
859+
/* Novalake devices*/
860+
{
861+
.callback = sof_sdw_quirk_cb,
862+
.matches = {
863+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Intel_nvlrvp"),
864+
},
865+
.driver_data = (void *)(SOC_SDW_PCH_DMIC),
866+
},
859867
{}
860868
};
861869

0 commit comments

Comments
 (0)