diff options
author | Mark Brown <broonie@kernel.org> | 2018-03-01 19:55:59 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-01 19:55:59 +0000 |
commit | a1f362d806b29669725c4c29b591b0a1bf9081cb (patch) | |
tree | a518245fe1af7a199a799e3be885fff85258e267 /include/sound | |
parent | f7a9f77256e7fbd6150651bfab44f60c39f0b7a2 (diff) | |
parent | 03a0ddeda7ebafea8e99078581a50d856e3587a4 (diff) |
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 |