aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst/sst_acpi.c
diff options
context:
space:
mode:
authorKevin Strasser <kevin.strasser@linux.intel.com>2015-02-05 12:12:07 -0800
committerMark Brown <broonie@kernel.org>2015-02-05 20:16:21 +0000
commit5c2b06369dafd796ebb4f17dab543d3da500245e (patch)
treea68dcde6c45133de659065f9e6468954577f8608 /sound/soc/intel/sst/sst_acpi.c
parentMAINTAINERS: ASoC: add maintainer for Intel BDW/HSW ASoC driver (diff)
downloadlinux-dev-5c2b06369dafd796ebb4f17dab543d3da500245e.tar.xz
linux-dev-5c2b06369dafd796ebb4f17dab543d3da500245e.zip
ASoC: Intel: fix sst firmware path for cht-bsw-rt5672
All sst firmware is provided under the intel directory of the linux-firmware tree. By default this directory structure is kept when installing on a target system. Change the path to expect a default linux-firmware installation. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r--sound/soc/intel/sst/sst_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c
index 2ac72eb5e75d..b3360139c41a 100644
--- a/sound/soc/intel/sst/sst_acpi.c
+++ b/sound/soc/intel/sst/sst_acpi.c
@@ -350,7 +350,7 @@ static struct sst_machines sst_acpi_bytcr[] = {
/* Cherryview-based platforms: CherryTrail and Braswell */
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, "intel/fw_sst_22a8.bin",
&chv_platform_data },
{},
};