Skip to content

Commit

Permalink
ASoC: Intel: fix sst firmware path for cht-bsw-rt5672
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin Strasser authored and Mark Brown committed Feb 5, 2015
1 parent 97fa99a commit 5c2b063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/sst/sst_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
{},
};
Expand Down

0 comments on commit 5c2b063

Please sign in to comment.