Skip to content

Commit 3c728b1

Browse files
eugenhubroonie
authored andcommitted
ASOC: Intel: sof_sdw: add quirk for Intel 'Rooks County' NUC M15
Same quirks as the 'Bishop County' NUC M15, except the rt711 is in the 'JD2 100K' jack detection mode. Link: thesofproject#4088 Signed-off-by: Eugene Huang <[email protected]> Reviewed-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent dda5c80 commit 3c728b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
213213
SOF_SDW_PCH_DMIC |
214214
RT711_JD1),
215215
},
216+
{
217+
/* NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
218+
.callback = sof_sdw_quirk_cb,
219+
.matches = {
220+
DMI_MATCH(DMI_SYS_VENDOR, "Intel(R) Client Systems"),
221+
DMI_MATCH(DMI_PRODUCT_NAME, "LAPRC"),
222+
},
223+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
224+
SOF_SDW_PCH_DMIC |
225+
RT711_JD2_100K),
226+
},
216227
/* TigerLake-SDCA devices */
217228
{
218229
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)