diff mbox

[2/2] ASoC: sirf-audio-codec: Add missing Makefile entry

Message ID 1394785572-28315-2-git-send-email-lars@metafoo.de (mailing list archive)
State New, archived
Headers show

Commit Message

Lars-Peter Clausen March 14, 2014, 8:26 a.m. UTC
Without this the driver can't be built.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 sound/soc/codecs/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown March 17, 2014, 5 p.m. UTC | #1
On Fri, Mar 14, 2014 at 09:26:12AM +0100, Lars-Peter Clausen wrote:
> Without this the driver can't be built.

Yeah.  On the other hand until the issue with sharing the registers
between the CODEC and DAI drivers is resolved I'm not sure this is a bad
thing.  There were some patches for that which I didn't look at yet
though.
Rongjun Ying March 18, 2014, 2:04 a.m. UTC | #2
> -----Original Message-----
> From: Mark Brown [mailto:broonie@kernel.org]
> Sent: Tuesday, March 18, 2014 1:01 AM
> To: Lars-Peter Clausen
> Cc: Liam Girdwood; Rongjun Ying; Barry Song; alsa-devel@alsa-
> project.org
> Subject: Re: [PATCH 2/2] ASoC: sirf-audio-codec: Add missing Makefile
> entry
> 
> On Fri, Mar 14, 2014 at 09:26:12AM +0100, Lars-Peter Clausen wrote:
> > Without this the driver can't be built.
> 
> Yeah.  On the other hand until the issue with sharing the registers
> between the CODEC and DAI drivers is resolved I'm not sure this is a
> bad thing.  There were some patches for that which I didn't look at yet
> though.

Hi Mark:
I have implemented audio hub driver to sharing the register for internal codec, port and I2S controller.
Please help to review it.

Thanks.
RongJun Ying 


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Keep up to date with CSR on our technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube, www.youtube.com/user/CSRplc, Facebook, www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at www.twitter.com/CSR_plc.
New for 2014, you can now access the wide range of products powered by aptX at www.aptx.com.
diff mbox

Patch

diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
index 73df822..94ef89e 100644
--- a/sound/soc/codecs/Makefile
+++ b/sound/soc/codecs/Makefile
@@ -210,6 +210,7 @@  obj-$(CONFIG_SND_SOC_RT5640)	+= snd-soc-rt5640.o
 obj-$(CONFIG_SND_SOC_SGTL5000)  += snd-soc-sgtl5000.o
 obj-$(CONFIG_SND_SOC_SIGMADSP)	+= snd-soc-sigmadsp.o
 obj-$(CONFIG_SND_SOC_SI476X)	+= snd-soc-si476x.o
+obj-$(CONFIG_SND_SOC_SIRF_AUDIO_CODEC) += snd-soc-sirf-audio-codec.o
 obj-$(CONFIG_SND_SOC_SN95031)	+=snd-soc-sn95031.o
 obj-$(CONFIG_SND_SOC_SPDIF)	+= snd-soc-spdif-rx.o snd-soc-spdif-tx.o
 obj-$(CONFIG_SND_SOC_SSM2518)	+= snd-soc-ssm2518.o