diff options
author | Cliff Cai <cliff.cai@analog.com> | 2008-09-05 06:21:39 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-09 03:11:21 -0400 |
commit | 912c2ac94e2698b8972c741a71ff53d4ec410801 (patch) | |
tree | 088de72f4fbe568dab4762e7601d94e8dbb3537d /sound/soc/blackfin/bf5xx-i2s.h | |
parent | 88740da15c3ff9d22dddfb5bc4b9fb7161cf3373 (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.h | 14 |
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 | |||
12 | extern struct snd_soc_dai bf5xx_i2s_dai; | ||
13 | |||
14 | #endif | ||