projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660d946
)
ASOC: Intel: sof_sdw: add quirk for Avell B.ON (OEM rebranded NUC15)
author
Peter Ujfalusi
<peter.ujfalusi@linux.intel.com>
Tue, 11 Nov 2025 12:37:34 +0000
(20:37 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/intel/boards/sof_sdw.c
b/sound/soc/intel/boards/sof_sdw.c
index
70955ca
..
a7f39b8
100644
(file)
--- a/
sound/soc/intel/boards/sof_sdw.c
+++ b/
sound/soc/intel/boards/sof_sdw.c
@@
-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,