aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/dmaengine_pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/dmaengine_pcm.h')
-rw-r--r--include/sound/dmaengine_pcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h
index f11c35cd5532..83b2c3e95a1a 100644
--- a/include/sound/dmaengine_pcm.h
+++ b/include/sound/dmaengine_pcm.h
@@ -61,6 +61,7 @@ struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream)
61 * @slave_id: Slave requester id for the DMA channel. 61 * @slave_id: Slave requester id for the DMA channel.
62 * @filter_data: Custom DMA channel filter data, this will usually be used when 62 * @filter_data: Custom DMA channel filter data, this will usually be used when
63 * requesting the DMA channel. 63 * requesting the DMA channel.
64 * @fifo_size: FIFO size of the DAI controller in bytes
64 */ 65 */
65struct snd_dmaengine_dai_dma_data { 66struct snd_dmaengine_dai_dma_data {
66 dma_addr_t addr; 67 dma_addr_t addr;
@@ -68,6 +69,7 @@ struct snd_dmaengine_dai_dma_data {
68 u32 maxburst; 69 u32 maxburst;
69 unsigned int slave_id; 70 unsigned int slave_id;
70 void *filter_data; 71 void *filter_data;
72 unsigned int fifo_size;
71}; 73};
72 74
73void snd_dmaengine_pcm_set_config_from_dai_data( 75void snd_dmaengine_pcm_set_config_from_dai_data(