浏览代码

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>
Kevin Strasser 10 年之前
父节点
当前提交
5c2b06369d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/intel/sst/sst_acpi.c

+ 1 - 1
sound/soc/intel/sst/sst_acpi.c

@@ -350,7 +350,7 @@ static struct sst_machines sst_acpi_bytcr[] = {
 
 
 /* Cherryview-based platforms: CherryTrail and Braswell */
 /* Cherryview-based platforms: CherryTrail and Braswell */
 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, "intel/fw_sst_22a8.bin",
 						&chv_platform_data },
 						&chv_platform_data },
 	{},
 	{},
 };
 };