Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of 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>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20251215130947.31385-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Peter Ujfalusi and committed by
Vinod Koul
59946373 82ab754d

+11
+11
drivers/soundwire/dmi-quirks.c
··· 123 123 .driver_data = (void *)intel_tgl_bios, 124 124 }, 125 125 { 126 + /* 127 + * quirk used for Avell B.ON (OEM rebrand of NUC15 'Bishop County' 128 + * LAPBC510 and LAPBC710) 129 + */ 130 + .matches = { 131 + DMI_MATCH(DMI_SYS_VENDOR, "Avell High Performance"), 132 + DMI_MATCH(DMI_PRODUCT_NAME, "B.ON"), 133 + }, 134 + .driver_data = (void *)intel_tgl_bios, 135 + }, 136 + { 126 137 /* quirk used for NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */ 127 138 .matches = { 128 139 DMI_MATCH(DMI_SYS_VENDOR, "Intel(R) Client Systems"),