Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name
@ 2014-12-22 14:49 Jarkko Nikula
  2014-12-22 14:49 ` [PATCH 2/2] ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS Jarkko Nikula
  2014-12-22 15:08 ` [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Jarkko Nikula @ 2014-12-22 14:49 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, Mark Brown, Jarkko Nikula, Liam Girdwood

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>
---
 sound/soc/intel/sst/sst_acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/intel/sst/sst_acpi.c b/sound/soc/intel/sst/sst_acpi.c
index 3abc29e8a928..2ac72eb5e75d 100644
--- a/sound/soc/intel/sst/sst_acpi.c
+++ b/sound/soc/intel/sst/sst_acpi.c
@@ -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 },
 	{},
 };
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-22 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-22 14:49 [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name Jarkko Nikula
2014-12-22 14:49 ` [PATCH 2/2] ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS Jarkko Nikula
2014-12-22 15:08 ` [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox