diff options
author | Mark Brown <broonie@kernel.org> | 2018-03-01 20:55:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-01 20:55:59 +0100 |
commit | a1f362d806b29669725c4c29b591b0a1bf9081cb (patch) | |
tree | a518245fe1af7a199a799e3be885fff85258e267 /include/sound | |
parent | ASoC: Intel: Skylake: Find module id from UUID for bind params (diff) | |
parent | ASoC: soc-utils: replace codec to component (diff) | |
download | linux-a1f362d806b29669725c4c29b591b0a1bf9081cb.tar.xz linux-a1f362d806b29669725c4c29b591b0a1bf9081cb.zip |
Merge branch 'topic/component-platform' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
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 |