aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/dmaengine_pcm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h
index 15017311f2e9..4ef986cab182 100644
--- a/include/sound/dmaengine_pcm.h
+++ b/include/sound/dmaengine_pcm.h
@@ -140,6 +140,10 @@ int snd_dmaengine_pcm_register(struct device *dev,
140 unsigned int flags); 140 unsigned int flags);
141void snd_dmaengine_pcm_unregister(struct device *dev); 141void snd_dmaengine_pcm_unregister(struct device *dev);
142 142
143int devm_snd_dmaengine_pcm_register(struct device *dev,
144 const struct snd_dmaengine_pcm_config *config,
145 unsigned int flags);
146
143int snd_dmaengine_pcm_prepare_slave_config(struct snd_pcm_substream *substream, 147int snd_dmaengine_pcm_prepare_slave_config(struct snd_pcm_substream *substream,
144 struct snd_pcm_hw_params *params, 148 struct snd_pcm_hw_params *params,
145 struct dma_slave_config *slave_config); 149 struct dma_slave_config *slave_config);