summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorFang, Yang A <yang.a.fang@intel.com>2015-02-01 02:22:40 +0300
committerMark Brown <broonie@kernel.org>2015-02-02 22:05:48 +0300
commit842aaa0cbf66621f00d641f5abfd2db40c61320b (patch)
tree5a993f73f7f41af1f3d651d973b876a4f4e6fddb /sound/soc
parentc33bd08d65d19288faaf779ff42453075da8f3ba (diff)
downloadlinux-842aaa0cbf66621f00d641f5abfd2db40c61320b.tar.xz
ASoC: Intel: Add support rt5645 in sst driver
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>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/intel/sst/sst_acpi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c
index df2b5cc23766..21b22e6a1ccb 100644
--- 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 },
{},
};