Commit 5c2b06369dafd796ebb4f17dab543d3da500245e

Authored by Kevin Strasser
Committed by Mark Brown
1 parent 97fa99a3b8

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/soc/intel/sst/sst_acpi.c
... ... @@ -350,7 +350,7 @@
350 350  
351 351 /* Cherryview-based platforms: CherryTrail and Braswell */
352 352 static struct sst_machines sst_acpi_chv[] = {
353   - {"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "fw_sst_22a8.bin",
  353 + {"10EC5670", "cht-bsw", "cht-bsw-rt5672", NULL, "intel/fw_sst_22a8.bin",
354 354 &chv_platform_data },
355 355 {},
356 356 };