diff options
author | Mark Brown <broonie@kernel.org> | 2018-03-28 04:26:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-28 04:26:03 +0200 |
commit | dd4232c55fdf907569c1b4ceee01549174a1a84b (patch) | |
tree | 4029611029ba10a23d157b62e1a604506cae2dbe /include/sound | |
parent | Merge tag 'asoc-v4.16-4' into asoc-next (diff) | |
parent | soc-core: don't call kfree() for component (diff) | |
download | linux-dd4232c55fdf907569c1b4ceee01549174a1a84b.tar.xz linux-dd4232c55fdf907569c1b4ceee01549174a1a84b.zip |
Merge remote-tracking branch 'asoc/topic/component-platform' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/dmaengine_pcm.h | 2 |
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 |