projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0737f
)
ASoC: Intel: avs: Support AML with rt286 configuration
author
Cezary Rojewski
<cezary.rojewski@intel.com>
Mon, 10 Oct 2022 12:19:45 +0000
(14:19 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 17 Oct 2022 11:50:08 +0000
(12:50 +0100)
ACPI ID of INT343A signals rt286 device for SKL, KBL and AML platforms.
Add the missing AML entry.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link:
https://lore.kernel.org/r/20221010121955.718168-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/board_selection.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/avs/board_selection.c
b/sound/soc/intel/avs/board_selection.c
index 87f9c18be238d00e7065e006b24eccce2d220f9a..95afbac0f358b2d2ddac11fe0c3484f1786b3971 100644
(file)
--- a/
sound/soc/intel/avs/board_selection.c
+++ b/
sound/soc/intel/avs/board_selection.c
@@
-29,6
+29,12
@@
static const struct dmi_system_id kbl_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "Skylake Y LPDDR3 RVP3"),
},
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
+ DMI_MATCH(DMI_BOARD_NAME, "AmberLake Y"),
+ },
+ },
{}
};