jz4740-pcm.h 481 B

12345678910111213141516171819202122
  1. /*
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 as
  5. * published by the Free Software Foundation.
  6. */
  7. #ifndef _JZ4740_PCM_H
  8. #define _JZ4740_PCM_H
  9. #include <linux/dma-mapping.h>
  10. #include <asm/mach-jz4740/dma.h>
  11. /* platform data */
  12. extern struct snd_soc_platform jz4740_soc_platform;
  13. struct jz4740_pcm_config {
  14. struct jz4740_dma_config dma_config;
  15. phys_addr_t fifo_addr;
  16. };
  17. #endif