mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
ASOC: Intel: sof_sdw: add quirk for Avell B.ON (OEM rebranded 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> 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>
This commit is contained in:
parent
660d946ce6
commit
1d5bf23aa1
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user