diff options
Diffstat (limited to 'include/sound/dmaengine_pcm.h')
-rw-r--r-- | include/sound/dmaengine_pcm.h | 6 |
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) | |||
39 | snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream); | 39 | snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream); |
40 | 40 | ||
41 | int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, | 41 | int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, |
42 | dma_filter_fn filter_fn, void *filter_data); | 42 | struct dma_chan *chan); |
43 | int snd_dmaengine_pcm_close(struct snd_pcm_substream *substream); | 43 | int snd_dmaengine_pcm_close(struct snd_pcm_substream *substream); |
44 | 44 | ||
45 | int snd_dmaengine_pcm_open_request_chan(struct snd_pcm_substream *substream, | ||
46 | dma_filter_fn filter_fn, void *filter_data); | ||
47 | int snd_dmaengine_pcm_close_release_chan(struct snd_pcm_substream *substream); | ||
48 | |||
45 | struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream); | 49 | struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream); |
46 | 50 | ||
47 | /** | 51 | /** |