aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/blackfin/bf5xx-i2s.h
diff options
context:
space:
mode:
authorCliff Cai <cliff.cai@analog.com>2008-09-05 18:21:39 +0800
committerJaroslav Kysela <perex@perex.cz>2008-09-09 09:11:21 +0200
commit912c2ac94e2698b8972c741a71ff53d4ec410801 (patch)
tree088de72f4fbe568dab4762e7601d94e8dbb3537d /sound/soc/blackfin/bf5xx-i2s.h
parent88740da15c3ff9d22dddfb5bc4b9fb7161cf3373 (diff)
sound: ASoC: Blackfin: I2S CPU DAI driver
[Additional coding standards fixes by Mark Brown.] Signed-off-by: Cliff Cai <cliff.cai@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/blackfin/bf5xx-i2s.h')
-rw-r--r--sound/soc/blackfin/bf5xx-i2s.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/blackfin/bf5xx-i2s.h b/sound/soc/blackfin/bf5xx-i2s.h
new file mode 100644
index 00000000000..7107d1a0b06
--- /dev/null
+++ b/sound/soc/blackfin/bf5xx-i2s.h
@@ -0,0 +1,14 @@
+/*
+ * linux/sound/arm/bf5xx-i2s.h
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef _BF5XX_I2S_H
+#define _BF5XX_I2S_H
+
+extern struct snd_soc_dai bf5xx_i2s_dai;
+
+#endif