[alsa-devel] [PATCH 1/3] asoc tlv320aic3x: revisit clock setup

Daniel Mack daniel at caiaq.org
Fri Apr 25 11:36:57 CEST 2008


On Fri, Apr 25, 2008 at 11:28:44AM +0200, Takashi Iwai wrote:
> > diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
> > index 630684f..87e5040 100644
> > --- a/sound/soc/codecs/tlv320aic3x.c
> > +++ b/sound/soc/codecs/tlv320aic3x.c
> > @@ -51,6 +51,8 @@
> >  #define AUDIO_NAME "aic3x"
> >  #define AIC3X_VERSION "0.1"
> >  
> > +#define ABS(x) (((x) >= 0) ? (x) : -(x))
> 
> We already have a standard abs() in linux/kernel.h.

Ok, thanks for mentioning that. See the patch below. Also bumped the
version number here.

Best regards,
Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: alsa-tlv320aic33-clocking.diff
Type: text/x-diff
Size: 9171 bytes
Desc: not available
Url : http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20080425/b25966ed/attachment.bin 


More information about the Alsa-devel mailing list