From: Mark Brown Date: Mon, 20 Sep 2010 16:54:57 +0000 (+0100) Subject: ASoC: Prototype s3c64xx_i2s_get_clock() X-Git-Tag: v3.0~832^2~32^2~531 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17cc26cd8c7ef84a614a2218753ced2773fd787b;p=platform%2Fkernel%2Flinux-amlogic.git ASoC: Prototype s3c64xx_i2s_get_clock() So machine drivers can see the declaration. Signed-off-by: Mark Brown Acked-by: Jassi Brar Acked-by: Liam Girdwood --- diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.h b/sound/soc/s3c24xx/s3c64xx-i2s.h index 19bd444..de4075d 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.h +++ b/sound/soc/s3c24xx/s3c64xx-i2s.h @@ -36,5 +36,6 @@ struct clk; (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE |\ SNDRV_PCM_FMTBIT_S24_LE) +struct clk *s3c64xx_i2s_get_clock(struct snd_soc_dai *dai); #endif /* __SND_SOC_S3C24XX_S3C64XX_I2S_H */