commit | 4e3630101261f6ef8bf7ae171ace957d5753d093 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Mon Feb 26 11:05:04 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Feb 26 11:05:04 2018 +0000 |
tree | 35bfe9c51aac587d494ccdb2f9f806775a325697 | |
parent | f0b3bdbd5c63c3f69f3b6a869355c676d22fd348 [diff] | |
parent | 03a0ddeda7ebafea8e99078581a50d856e3587a4 [diff] |
Merge branch 'topic/component-platform' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into HEAD
diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c index c07d5c7..768247f 100644 --- a/sound/soc/soc-generic-dmaengine-pcm.c +++ b/sound/soc/soc-generic-dmaengine-pcm.c
@@ -442,6 +442,9 @@ int snd_dmaengine_pcm_register(struct device *dev, if (!pcm) return -ENOMEM; +#ifdef CONFIG_DEBUG_FS + pcm->component.debugfs_prefix = "dma"; +#endif pcm->config = config; pcm->flags = flags;