1234567891011121314151617181920 |
- /*
- * es705-i2s.h -- Audience eS705 I2S interface
- *
- * Copyright 2011 Audience, Inc.
- *
- * Author: Greg Clemson <gclemson@audience.com>
- *
- *
- * 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 _ES705_I2S_H
- #define _ES705_I2S_H
- extern struct snd_soc_dai_ops es705_i2s_port_dai_ops;
- #endif
|