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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h
index 95620428a59b..d015d67e75c3 100644
--- a/include/sound/dmaengine_pcm.h
+++ b/include/sound/dmaengine_pcm.h
@@ -39,9 +39,13 @@ snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream)
39snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream); 39snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
40 40
41int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, 41int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream,
42 dma_filter_fn filter_fn, void *filter_data); 42 struct dma_chan *chan);
43int snd_dmaengine_pcm_close(struct snd_pcm_substream *substream); 43int snd_dmaengine_pcm_close(struct snd_pcm_substream *substream);
44 44
45int snd_dmaengine_pcm_open_request_chan(struct snd_pcm_substream *substream,
46 dma_filter_fn filter_fn, void *filter_data);
47int snd_dmaengine_pcm_close_release_chan(struct snd_pcm_substream *substream);
48
45struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream); 49struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream);
46 50
47/** 51/**