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)
commite52dca7216cfeae76a99908a2eea6e850d3f918f
tree6757cb132e04a17932370b6538bd15de058ebce7
parent95bfb16d66cc078aa93d06863354970f615565d1
ASoC: soc-generic-dmaengine-pcm: Fix function name in comment

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