diff options
author | Fang, Yang A <yang.a.fang@intel.com> | 2015-04-21 16:36:00 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-27 15:43:43 +0100 |
commit | 044d9601a9dd11ff0e3173ebe34fd30434bd0beb (patch) | |
tree | 5bfda8ba21e04e774ac28bf895e7bbff008bd690 /sound/soc/intel | |
parent | 8c359a9f36796603240863c766a9704e2ad9aa4c (diff) |
ASoC: Intel: Add support rt5650 in sst driver
Added entry in sst driver to support rt5650 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/intel')
-rw-r--r-- | sound/soc/intel/atom/sst/sst_acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c index 05f693083911..fc02a48a4cdb 100644 --- a/sound/soc/intel/atom/sst/sst_acpi.c +++ b/sound/soc/intel/atom/sst/sst_acpi.c @@ -354,6 +354,8 @@ static struct sst_machines sst_acpi_chv[] = { &chv_platform_data }, {"10EC5645", "cht-bsw", "cht-bsw-rt5645", NULL, "intel/fw_sst_22a8.bin", &chv_platform_data }, + {"10EC5650", "cht-bsw", "cht-bsw-rt5645", NULL, "intel/fw_sst_22a8.bin", + &chv_platform_data }, {}, }; |