Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e948262a authored by Kevin Strasser's avatar Kevin Strasser Committed by Mark Brown
Browse files

ASoC: Intel: fix sst firmware path



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: default avatarKevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e18acdc0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -343,16 +343,16 @@ static int sst_acpi_remove(struct platform_device *pdev)
}

static struct sst_machines sst_acpi_bytcr[] = {
	{"10EC5640", "T100", "bytt100_rt5640", NULL, "fw_sst_0f28.bin",
	{"10EC5640", "T100", "bytt100_rt5640", NULL, "intel/fw_sst_0f28.bin",
						&byt_rvp_platform_data },
	{},
};

/* 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 },
	{"10EC5645", "cht-bsw", "cht-bsw-rt5645", NULL, "fw_sst_22a8.bin",
	{"10EC5645", "cht-bsw", "cht-bsw-rt5645", NULL, "intel/fw_sst_22a8.bin",
						&chv_platform_data },
	{},
};