projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ad808
)
ASoC: Intel: Atom: add machine driver for baytrail-rt5645 hardware
author
Pierre-Louis Bossart
<
[email protected]
>
Thu, 26 Jan 2017 20:09:39 +0000
(14:09 -0600)
committer
Mark Brown
<
[email protected]
>
Tue, 31 Jan 2017 20:12:31 +0000
(20:12 +0000)
Use machine driver initially defined for CherryTrail
Signed-off-by: Pierre-Louis Bossart <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/intel/atom/sst/sst_acpi.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/atom/sst/sst_acpi.c
b/sound/soc/intel/atom/sst/sst_acpi.c
index 0699ce5117556a83c429c5fff0f796990426b77d..4c0b89ec42e082186e87fb3abbf7f10c97e909ea 100644
(file)
--- a/
sound/soc/intel/atom/sst/sst_acpi.c
+++ b/
sound/soc/intel/atom/sst/sst_acpi.c
@@
-445,6
+445,12
@@
static struct sst_acpi_mach sst_acpi_bytcr[] = {
&byt_rvp_platform_data },
{"10EC5651", "bytcr_rt5651", "intel/fw_sst_0f28.bin", "bytcr_rt5651", NULL,
&byt_rvp_platform_data },
+ /* some Baytrail platforms rely on RT5645, use CHT machine driver */
+ {"10EC5645", "cht-bsw-rt5645", "intel/fw_sst_0f28.bin", "cht-bsw", NULL,
+ &byt_rvp_platform_data },
+ {"10EC5648", "cht-bsw-rt5645", "intel/fw_sst_0f28.bin", "cht-bsw", NULL,
+ &byt_rvp_platform_data },
+
{},
};