* [PATCH] ASoC: Intel: Build Medfield compressed ops
@ 2014-05-08 22:30 Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-05-08 22:30 UTC (permalink / raw)
To: Liam Girdwood; +Cc: Vinod Koul, alsa-devel, Mark Brown
From: Mark Brown <broonie@linaro.org>
Since commit 4b68b4e1c564 (ASoC: Intel: split the pcm and compress to
different files) the compressed ops haven't been built causing link
failures on allyesconfig and making the driver unbuildable. Add the
object to the Makefile to fix that.
Signed-off-by: Mark Brown <broonie@linaro.org>
---
sound/soc/intel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
index 5d3fb6f35a19..0db4e2f336dc 100644
--- a/sound/soc/intel/Makefile
+++ b/sound/soc/intel/Makefile
@@ -2,7 +2,7 @@
snd-soc-sst-dsp-objs := sst-dsp.o sst-firmware.o
snd-soc-sst-acpi-objs := sst-acpi.o
-snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o
+snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o sst-mfld-platform-compress.o
snd-soc-mfld-machine-objs := mfld_machine.o
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
--
2.0.0.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: Intel: Build Medfield compressed ops
@ 2014-05-09 0:18 Koul, Vinod
0 siblings, 0 replies; 2+ messages in thread
From: Koul, Vinod @ 2014-05-09 0:18 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood, Mark Brown
On 9 May 2014 04:01, Mark Brown <broonie@kernel.org> wrote:
>
> From: Mark Brown <broonie@linaro.org>
>
> Since commit 4b68b4e1c564 (ASoC: Intel: split the pcm and compress to
> different files) the compressed ops haven't been built causing link
> failures on allyesconfig and making the driver unbuildable. Add the
> object to the Makefile to fix that.
>
Thanks looks like makefile patch missed this. I will fix and resend the series next week when I am back
> Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by Vinod Koul <vinod.koul@intel.com>
> ---
> sound/soc/intel/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
> index 5d3fb6f35a19..0db4e2f336dc 100644
> --- a/sound/soc/intel/Makefile
> +++ b/sound/soc/intel/Makefile
> @@ -2,7 +2,7 @@
> snd-soc-sst-dsp-objs := sst-dsp.o sst-firmware.o
> snd-soc-sst-acpi-objs := sst-acpi.o
>
> -snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o
> +snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o sst-mfld-platform-compress.o
> snd-soc-mfld-machine-objs := mfld_machine.o
>
> obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
> --
> 2.0.0.rc2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-09 0:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 22:30 [PATCH] ASoC: Intel: Build Medfield compressed ops Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2014-05-09 0:18 Koul, Vinod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox