diff options
Diffstat (limited to 'sound/soc/fsl/mpc5200_dma.h')
-rw-r--r-- | sound/soc/fsl/mpc5200_dma.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sound/soc/fsl/mpc5200_dma.h b/sound/soc/fsl/mpc5200_dma.h index 8d396bb9d9f..529f7a09447 100644 --- a/sound/soc/fsl/mpc5200_dma.h +++ b/sound/soc/fsl/mpc5200_dma.h | |||
@@ -13,7 +13,6 @@ | |||
13 | * @psc_dma: pointer back to parent psc_dma data structure | 13 | * @psc_dma: pointer back to parent psc_dma data structure |
14 | * @bcom_task: bestcomm task structure | 14 | * @bcom_task: bestcomm task structure |
15 | * @irq: irq number for bestcomm task | 15 | * @irq: irq number for bestcomm task |
16 | * @period_start: physical address of start of DMA region | ||
17 | * @period_end: physical address of end of DMA region | 16 | * @period_end: physical address of end of DMA region |
18 | * @period_next_pt: physical address of next DMA buffer to enqueue | 17 | * @period_next_pt: physical address of next DMA buffer to enqueue |
19 | * @period_bytes: size of DMA period in bytes | 18 | * @period_bytes: size of DMA period in bytes |
@@ -27,12 +26,9 @@ struct psc_dma_stream { | |||
27 | struct bcom_task *bcom_task; | 26 | struct bcom_task *bcom_task; |
28 | int irq; | 27 | int irq; |
29 | struct snd_pcm_substream *stream; | 28 | struct snd_pcm_substream *stream; |
30 | dma_addr_t period_start; | 29 | int period_next; |
31 | dma_addr_t period_end; | 30 | int period_current; |
32 | dma_addr_t period_next_pt; | ||
33 | dma_addr_t period_current_pt; | ||
34 | int period_bytes; | 31 | int period_bytes; |
35 | int period_size; | ||
36 | }; | 32 | }; |
37 | 33 | ||
38 | /** | 34 | /** |