]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASOC: Intel: sof_sdw: add quirk for Avell B.ON (OEM rebranded NUC15)
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Tue, 11 Nov 2025 12:37:34 +0000 (20:37 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 11 Nov 2025 12:41:11 +0000 (12:41 +0000)
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>
sound/soc/intel/boards/sof_sdw.c

index 70955ca60a31da90446829c469c47c1fc8775eaa..a7f39b83bef7ad0fdfd9c910813b5c76f43dc9c1 100644 (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,