]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: soc-generic-dmaengine-pcm: Add a DMA debugfs_prefix entry
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 21 Feb 2018 17:57:33 +0000 (14:57 -0300)
committerMark Brown <broonie@kernel.org>
Thu, 22 Feb 2018 11:38:05 +0000 (11:38 +0000)
commitf0b3bdbd5c63c3f69f3b6a869355c676d22fd348
tree56eecaa243f22f9b344c1d7ff96b6f507976cf64
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
ASoC: soc-generic-dmaengine-pcm: Add a DMA debugfs_prefix entry

After the conversion from platform to component the following warnings
are seen:

fsl-ssi-dai 2028000.ssi: ASoC: Failed to create component debugfs
directory
fsl-spdif-dai 2004000.spdif: ASoC: Failed to create component debugfs
directory

As explained by Mark Brown:

"It's a legit warning - we shouldn't really be creating two components
for the same device.  However this is a bit of a corner case as it's the
dmaengine platform driver which is kind of a virtual device, it's not
really the device that we use with DMA that's being represented but
rather the link between that and the DMA controller."

Disambiguate the DMA component name by adding a "dma" debugfs_prefix
entry.

Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-generic-dmaengine-pcm.c