Skip to content

Commit 8877846

Browse files
committed
ASOC: Intel: sof_sdw: add quirk for Intel 'Bishop County' NUC M15
The same quirk is used for LAPBC510 and LAPBC710 skews who use the same audio design, with an RT711 headset codec using JD1 mode and one RT1308 amplifier, along with 4 DMICs. BugLink: #3049 Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent b638e89 commit 8877846

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
@@ -178,6 +178,17 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
178178
SOF_SDW_PCH_DMIC |
179179
RT711_JD2),
180180
},
181+
{
182+
/* NUC15 'Bishop County' LAPBC510 and LAPBC710 skews */
183+
.callback = sof_sdw_quirk_cb,
184+
.matches = {
185+
DMI_MATCH(DMI_SYS_VENDOR, "Intel(R) Client Systems"),
186+
DMI_MATCH(DMI_PRODUCT_NAME, "LAPBC"),
187+
},
188+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
189+
SOF_SDW_PCH_DMIC |
190+
RT711_JD1),
191+
},
181192
/* TigerLake-SDCA devices */
182193
{
183194
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)