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: https://github.com/thesofproject/linux/issues/5529
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20251111123737.246626-4-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Peter Ujfalusi 2025-11-11 20:37:34 +08:00 committed by Mark Brown
parent 660d946ce6
commit 1d5bf23aa1
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -230,6 +230,20 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
SOC_SDW_PCH_DMIC |
RT711_JD1),
},
{
/*
* Avell B.ON (OEM rebrand of NUC15 'Bishop County' LAPBC510 and
* LAPBC710)
*/
.callback = sof_sdw_quirk_cb,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Avell High Performance"),
DMI_MATCH(DMI_PRODUCT_NAME, "B.ON"),
},
.driver_data = (void *)(SOF_SDW_TGL_HDMI |
SOC_SDW_PCH_DMIC |
RT711_JD1),
},
{
/* NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
.callback = sof_sdw_quirk_cb,