jz4740-pcm.h 409 B

123456789101112131415161718192021
  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. struct jz4740_pcm_config {
  12. struct jz4740_dma_config dma_config;
  13. phys_addr_t fifo_addr;
  14. };
  15. #endif