aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/s3c64xx-i2s.h
diff options
context:
space:
mode:
authorAndy Green <agreen@octopus.localdomain>2009-02-15 12:31:10 +0000
committerAndy Green <agreen@octopus.localdomain>2009-02-15 12:31:10 +0000
commitd6deb02387ac71384ab469044f40b576c94e4445 (patch)
treec65e9aa3a31dd80a95ddff9bee1758777a7d6829 /sound/soc/s3c24xx/s3c64xx-i2s.h
parentd82debf2629689a241c0a0b1fbae9784c9fc323d (diff)
Add s3c64xx_i2s_get_clockrate() so that the link
drivers can find the IIS bus clock rate. Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Diffstat (limited to 'sound/soc/s3c24xx/s3c64xx-i2s.h')
-rw-r--r--sound/soc/s3c24xx/s3c64xx-i2s.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.h b/sound/soc/s3c24xx/s3c64xx-i2s.h
index 288b0affe14..add574607ce 100644
--- a/sound/soc/s3c24xx/s3c64xx-i2s.h
+++ b/sound/soc/s3c24xx/s3c64xx-i2s.h
@@ -25,4 +25,6 @@
extern struct snd_soc_dai s3c64xx_i2s_dai;
+extern unsigned long s3c64xx_i2s_get_clockrate(struct snd_soc_dai *cpu_dai);
+
#endif /* __SND_SOC_S3C24XX_S3C64XX_I2S_H */