diff options
author | Fang, Yang A <yang.a.fang@intel.com> | 2015-01-31 23:22:40 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-02 19:05:48 (GMT) |
commit | 842aaa0cbf66621f00d641f5abfd2db40c61320b (patch) | |
tree | 5a993f73f7f41af1f3d651d973b876a4f4e6fddb /sound/soc | |
parent | c33bd08d65d19288faaf779ff42453075da8f3ba (diff) | |
download | linux-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.c | 2 |
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 df2b5cc..21b22e6 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 }, {}, }; |