summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-03-28 10:26:03 +0800
committerMark Brown <broonie@kernel.org>2018-03-28 10:26:03 +0800
commitdd4232c55fdf907569c1b4ceee01549174a1a84b (patch)
tree4029611029ba10a23d157b62e1a604506cae2dbe /include/sound
parent219248cc3ffc8729860e3ae3b31698d165f54f1b (diff)
parent7ecbd6a91b1e9bb90a4f3be641669347aacc5ab5 (diff)
Merge remote-tracking branch 'asoc/topic/component-platform' into asoc-next
Diffstat (limited to 'include/sound')
-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 67be2445941a..8a5a8404966e 100644
--- a/include/sound/dmaengine_pcm.h
+++ b/include/sound/dmaengine_pcm.h
@@ -161,4 +161,6 @@ int snd_dmaengine_pcm_prepare_slave_config(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
struct dma_slave_config *slave_config);
+#define SND_DMAENGINE_PCM_DRV_NAME "snd_dmaengine_pcm"
+
#endif