Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
@ 2025-11-11 11:54 Bard Liao
  2025-12-23  6:47 ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: Bard Liao @ 2025-11-11 11:54 UTC (permalink / raw)
  To: linux-sound, vkoul
  Cc: vinod.koul, linux-kernel, pierre-louis.bossart, bard.liao

From: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>

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>
---
 drivers/soundwire/dmi-quirks.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/soundwire/dmi-quirks.c b/drivers/soundwire/dmi-quirks.c
index 91ab97a456fa..5854218e1a27 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
@@ -122,6 +122,17 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
 		},
 		.driver_data = (void *)intel_tgl_bios,
 	},
+	{
+		/*
+		 * quirk used for Avell B.ON (OEM rebrand of NUC15 'Bishop County'
+		 * LAPBC510 and LAPBC710)
+		 */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Avell High Performance"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "B.ON"),
+		},
+		.driver_data = (void *)intel_tgl_bios,
+	},
 	{
 		/* quirk used for NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
 		.matches = {
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
@ 2025-12-15 13:09 Peter Ujfalusi
  2025-12-16  9:19 ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Ujfalusi @ 2025-12-15 13:09 UTC (permalink / raw)
  To: vkoul; +Cc: yung-chuan.liao, pierre-louis.bossart, linux-sound, linux-kernel

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>
---
 drivers/soundwire/dmi-quirks.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/soundwire/dmi-quirks.c b/drivers/soundwire/dmi-quirks.c
index 91ab97a456fa..5854218e1a27 100644
--- a/drivers/soundwire/dmi-quirks.c
+++ b/drivers/soundwire/dmi-quirks.c
@@ -122,6 +122,17 @@ static const struct dmi_system_id adr_remap_quirk_table[] = {
 		},
 		.driver_data = (void *)intel_tgl_bios,
 	},
+	{
+		/*
+		 * quirk used for Avell B.ON (OEM rebrand of NUC15 'Bishop County'
+		 * LAPBC510 and LAPBC710)
+		 */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Avell High Performance"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "B.ON"),
+		},
+		.driver_data = (void *)intel_tgl_bios,
+	},
 	{
 		/* quirk used for NUC15 'Rooks County' LAPRC510 and LAPRC710 skews */
 		.matches = {
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
  2025-12-15 13:09 [PATCH] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15) Peter Ujfalusi
@ 2025-12-16  9:19 ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2025-12-16  9:19 UTC (permalink / raw)
  To: Peter Ujfalusi
  Cc: yung-chuan.liao, pierre-louis.bossart, linux-sound, linux-kernel


On Mon, 15 Dec 2025 15:09:47 +0200, Peter Ujfalusi wrote:
> Avell B.ON is an OEM re-branded NUC15 'Bishop County' LAPBC510 and
> LAPBC710.
> 
> 

Applied, thanks!

[1/1] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
      commit: 59946373755d71dbd7614ba235e0093159f80b69

Best regards,
-- 
~Vinod



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
  2025-11-11 11:54 Bard Liao
@ 2025-12-23  6:47 ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2025-12-23  6:47 UTC (permalink / raw)
  To: linux-sound, Bard Liao
  Cc: vinod.koul, linux-kernel, pierre-louis.bossart, bard.liao


On Tue, 11 Nov 2025 19:54:12 +0800, Bard Liao wrote:
> Avell B.ON is an OEM re-branded NUC15 'Bishop County' LAPBC510 and
> LAPBC710.
> 
> 

Applied, thanks!

[1/1] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15)
      commit: 59946373755d71dbd7614ba235e0093159f80b69

Best regards,
-- 
~Vinod



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-23  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 13:09 [PATCH] soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded of NUC15) Peter Ujfalusi
2025-12-16  9:19 ` Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2025-11-11 11:54 Bard Liao
2025-12-23  6:47 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox