Message ID | 1429217327.7100.22.camel@loki (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Apr 16, 2015 at 09:48:47PM +0100, Liam Girdwood wrote: > > Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> > --- > sound/soc/Makefile | 1 + > 1 file changed, 1 insertion(+) This needs to be 3/4 to prevent bisection issues.
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 5b3c8f6..a132768 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -1,5 +1,6 @@ snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o soc-ops.o +snd-soc-core-objs += soc-topology.o ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) snd-soc-core-objs += soc-generic-dmaengine-pcm.o
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> --- sound/soc/Makefile | 1 + 1 file changed, 1 insertion(+)