mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
912c2ac94e
[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>
15 lines
321 B
C
15 lines
321 B
C
/*
|
|
* 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
|