]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: soc-generic-dmaengine-pcm: Fix function name in comment
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 22 Sep 2023 16:15:47 +0000 (18:15 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 22 Sep 2023 16:33:04 +0000 (17:33 +0100)
While browsing/grepping in the sound core, I found that
snd_dmaengine_set_config_from_dai_data() did not exist, in favor of
snd_dmaengine_pcm_set_config_from_dai_data(). Fix the typo.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20230922161547.594484-1-miquel.raynal@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-generic-dmaengine-pcm.c

index d0653d775c87ac1f22b274f6aea9426210827bf4..cad222eb9a293a6dfb9fad3d1aeb5e68ddb7fd2f 100644 (file)
@@ -44,8 +44,8 @@ static struct device *dmaengine_dma_dev(struct dmaengine_pcm *pcm,
  * platforms which make use of the snd_dmaengine_dai_dma_data struct for their
  * DAI DMA data. Internally the function will first call
  * snd_hwparams_to_dma_slave_config to fill in the slave config based on the
- * hw_params, followed by snd_dmaengine_set_config_from_dai_data to fill in the
- * remaining fields based on the DAI DMA data.
+ * hw_params, followed by snd_dmaengine_pcm_set_config_from_dai_data to fill in
+ * the remaining fields based on the DAI DMA data.
  */
 int snd_dmaengine_pcm_prepare_slave_config(struct snd_pcm_substream *substream,
        struct snd_pcm_hw_params *params, struct dma_slave_config *slave_config)