Skip to content

Commit a575771

Browse files
committed
ASOC: Intel: sof_sdw: add quirk for Avell B.ON (OEM rebranded NUC15)
Avell B.ON is an OEM re-branded NUC15 'Bishop County' LAPBC510 and LAPBC710. Link: #5529 Signed-off-by: Peter Ujfalusi <[email protected]>
1 parent 2e45ae7 commit a575771

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sound/soc/intel/boards/sof_sdw.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,20 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
230230
SOC_SDW_PCH_DMIC |
231231
RT711_JD1),
232232
},
233+
{
234+
/*
235+
* Avell B.ON (OEM rebrand of NUC15 'Bishop County' LAPBC510 and
236+
* LAPBC710)
237+
*/
238+
.callback = sof_sdw_quirk_cb,
239+
.matches = {
240+
DMI_MATCH(DMI_SYS_VENDOR, "Avell High Performance"),
241+
DMI_MATCH(DMI_PRODUCT_NAME, "B.ON"),
242+
},
243+
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
244+
SOC_SDW_PCH_DMIC |
245+
RT711_JD1),
246+
},
233247
{
234248
/* NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
235249
.callback = sof_sdw_quirk_cb,

0 commit comments

Comments
 (0)