Skip to content

Commit

Permalink
ASoC: Intel: Fix BYTCR firmware name
Browse files Browse the repository at this point in the history
BYTCR DSP firmware is in intel/ subdirectory. See linux-firmware.git
commit d562a3b63632 ("linux-firmware: add sst audio firmware for baytrail
platforms").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Dec 22, 2014
1 parent da042e3 commit 64b9c90
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 @@ -343,7 +343,7 @@ 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 },
{},
};
Expand Down

0 comments on commit 64b9c90

Please sign in to comment.