aboutsummaryrefslogtreecommitdiffstats
path: root/sound/arm/pxa2xx-pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/arm/pxa2xx-pcm.h')
-rw-r--r--sound/arm/pxa2xx-pcm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/arm/pxa2xx-pcm.h b/sound/arm/pxa2xx-pcm.h
index 65f86b56ba42..2a8fc08d52a1 100644
--- a/sound/arm/pxa2xx-pcm.h
+++ b/sound/arm/pxa2xx-pcm.h
@@ -13,14 +13,14 @@
13 13
14struct pxa2xx_runtime_data { 14struct pxa2xx_runtime_data {
15 int dma_ch; 15 int dma_ch;
16 struct pxa2xx_pcm_dma_params *params; 16 struct snd_dmaengine_dai_dma_data *params;
17 pxa_dma_desc *dma_desc_array; 17 pxa_dma_desc *dma_desc_array;
18 dma_addr_t dma_desc_array_phys; 18 dma_addr_t dma_desc_array_phys;
19}; 19};
20 20
21struct pxa2xx_pcm_client { 21struct pxa2xx_pcm_client {
22 struct pxa2xx_pcm_dma_params *playback_params; 22 struct snd_dmaengine_dai_dma_data *playback_params;
23 struct pxa2xx_pcm_dma_params *capture_params; 23 struct snd_dmaengine_dai_dma_data *capture_params;
24 int (*startup)(struct snd_pcm_substream *); 24 int (*startup)(struct snd_pcm_substream *);
25 void (*shutdown)(struct snd_pcm_substream *); 25 void (*shutdown)(struct snd_pcm_substream *);
26 int (*prepare)(struct snd_pcm_substream *); 26 int (*prepare)(struct snd_pcm_substream *);