Skip to content
/ linux Public

Commit 6260855

Browse files
ujfalusiSasha Levin
authored andcommitted
soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
[ Upstream commit 5994637 ] Avell B.ON is an OEM re-branded NUC15 'Bishop County' LAPBC510 and LAPBC710. Link: thesofproject/linux#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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent af4e4ec commit 6260855

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/soundwire/dmi-quirks.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
122122
},
123123
.driver_data = (void *)intel_tgl_bios,
124124
},
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+
},
125136
{
126137
/* quirk used for NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
127138
.matches = {

0 commit comments

Comments
 (0)