es705-slim.h 632 B

12345678910111213141516171819202122232425
  1. /*
  2. * es705-slim.h -- Audience eS705 slimbus 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_SLIM_H
  14. #define _ES705_SLIM_H
  15. void es705_init_slim_slave(struct slim_device *sbdev);
  16. void es705_slim_map_channels(struct es705_priv *es705);
  17. extern struct slim_driver es705_slim_driver;
  18. extern struct snd_soc_dai_ops es705_slim_port_dai_ops;
  19. #endif