aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin/bf5xx-i2s.h
diff options
context:
space:
mode:
authorCliff Cai <cliff.cai@analog.com>2008-09-05 06:21:39 -0400
committerJaroslav Kysela <perex@perex.cz>2008-09-09 03:11:21 -0400
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 000000000000..7107d1a0b06b
--- /dev/null
+++ b/sound/soc/blackfin/bf5xx-i2s.h
@@ -0,0 +1,14 @@
1/*
2 * linux/sound/arm/bf5xx-i2s.h
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#ifndef _BF5XX_I2S_H
10#define _BF5XX_I2S_H
11
12extern struct snd_soc_dai bf5xx_i2s_dai;
13
14#endif