es705-i2s.h 442 B

1234567891011121314151617181920
  1. /*
  2. * es705-i2s.h -- Audience eS705 I2S interface
  3. *
  4. * Copyright 2011 Audience, Inc.
  5. *
  6. * Author: Greg Clemson <gclemson@audience.com>
  7. *
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License version 2 as
  11. * published by the Free Software Foundation.
  12. */
  13. #ifndef _ES705_I2S_H
  14. #define _ES705_I2S_H
  15. extern struct snd_soc_dai_ops es705_i2s_port_dai_ops;
  16. #endif