projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c33bd08
)
ASoC: Intel: Add support rt5645 in sst driver
author
Fang, Yang A
<yang.a.fang@intel.com>
Sat, 31 Jan 2015 23:22:40 +0000
(15:22 -0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 2 Feb 2015 19:05:48 +0000
(19:05 +0000)
Added entry in sst driver to support rt5645 codec
for intel Braswell platform.
Signed-off-by: Fang, Yang A <yang.a.fang@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/sst/sst_acpi.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/sst/sst_acpi.c
b/sound/soc/intel/sst/sst_acpi.c
index
df2b5cc
..
21b22e6
100644
(file)
--- a/
sound/soc/intel/sst/sst_acpi.c
+++ b/
sound/soc/intel/sst/sst_acpi.c
@@
-352,6
+352,8
@@
static struct sst_machines sst_acpi_bytcr[] = {
static struct sst_machines sst_acpi_chv[] = {
{"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "fw_sst_22a8.bin",
&chv_platform_data },
+ {"10EC5645", "cht-bsw", "cht-bsw-rt5645", NULL, "fw_sst_22a8.bin",
+ &chv_platform_data },
{},
};