* [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* [PATCH 2/2] ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS
2014-12-22 14:49 [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name Jarkko Nikula
@ 2014-12-22 14:49 ` Jarkko Nikula
2014-12-22 15:08 ` [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Jarkko Nikula @ 2014-12-22 14:49 UTC (permalink / raw)
To: alsa-devel
Cc: Vinod Koul, Subhransu S. Prusty, Mark Brown, Jarkko Nikula,
Liam Girdwood
snd_soc_sst_bytcr_dpcm_rt5640 doesn't autoload because MODULE_ALIAS doesn't
match with "bytt100_rt5640" platform device.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
---
sound/soc/intel/bytcr_dpcm_rt5640.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/bytcr_dpcm_rt5640.c b/sound/soc/intel/bytcr_dpcm_rt5640.c
index f5d0fc1ab10c..eef0c56ec32e 100644
--- a/sound/soc/intel/bytcr_dpcm_rt5640.c
+++ b/sound/soc/intel/bytcr_dpcm_rt5640.c
@@ -227,4 +227,4 @@ module_platform_driver(snd_byt_mc_driver);
MODULE_DESCRIPTION("ASoC Intel(R) Baytrail CR Machine driver");
MODULE_AUTHOR("Subhransu S. Prusty <subhransu.s.prusty@intel.com>");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:bytrt5640-audio");
+MODULE_ALIAS("platform:bytt100_rt5640");
--
2.1.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] ASoC: Intel: Fix BYTCR firmware name
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 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-12-22 15:08 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: Vinod Koul, alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 248 bytes --]
On Mon, Dec 22, 2014 at 04:49:19PM +0200, Jarkko Nikula wrote:
> BYTCR DSP firmware is in intel/ subdirectory. See linux-firmware.git
> commit d562a3b63632 ("linux-firmware: add sst audio firmware for baytrail
> platforms").
Applied both, thanks.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [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