Re: [PATCH 2/3] ASoC: Export DAI and codec for TLV320AIC26

2008-07-22 Thread Grant Likely
On Tue, Jul 22, 2008 at 12:53:08PM +0100, Mark Brown wrote: > This fixes sparse warnings and allows non-OpenFirmware systems to attempt > to bind to the device. > > Signed-off-by: Mark Brown <[EMAIL PROTECTED]> Acked-by: Grant Likely <[EMAIL PROTECTED]> > --- > sound/soc/codecs/tlv320aic26.c |

[PATCH 2/3] ASoC: Export DAI and codec for TLV320AIC26

2008-07-22 Thread Mark Brown
This fixes sparse warnings and allows non-OpenFirmware systems to attempt to bind to the device. Signed-off-by: Mark Brown <[EMAIL PROTECTED]> --- sound/soc/codecs/tlv320aic26.c |1 + sound/soc/codecs/tlv320aic26.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sou