ARM: mach-shmobile: ag5evm: use gpio.
[linux-2.6.git] / sound / soc / jz4740 / jz4740-pcm.h
blob1220cbb4382c683966f868f918da55772d9a8288
1 /*
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 */
8 #ifndef _JZ4740_PCM_H
9 #define _JZ4740_PCM_H
11 #include <linux/dma-mapping.h>
12 #include <asm/mach-jz4740/dma.h>
15 struct jz4740_pcm_config {
16 struct jz4740_dma_config dma_config;
17 phys_addr_t fifo_addr;
20 #endif