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>
This commit is contained in:
parent
c33bd08d65
commit
842aaa0cbf
1 changed files with 2 additions and 0 deletions
|
@ -352,6 +352,8 @@ static struct sst_machines sst_acpi_bytcr[] = {
|
||||||
static struct sst_machines sst_acpi_chv[] = {
|
static struct sst_machines sst_acpi_chv[] = {
|
||||||
{"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "fw_sst_22a8.bin",
|
{"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "fw_sst_22a8.bin",
|
||||||
&chv_platform_data },
|
&chv_platform_data },
|
||||||
|
{"10EC5645", "cht-bsw", "cht-bsw-rt5645", NULL, "fw_sst_22a8.bin",
|
||||||
|
&chv_platform_data },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue