]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-dai: fix kernel-doc
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 1 Mar 2021 17:46:59 +0000 (11:46 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 13:08:46 +0000 (13:08 +0000)
commitf3cd88e4bdfe53a727ea66e52373b05f941c7fc4
treee4e74a78bad359ebbc73b003e8caa2e0e9c3db9e
parentd4a14cb7ca1e11b53d55cc57ddc27777f9e41e42
ASoC: soc-dai: fix kernel-doc

v5.12-rc1 flags new warnings with make W=1, fix missing or broken
function descriptors.

sound/soc/soc-dai.c:167: warning: expecting prototype for
snd_soc_xlate_tdm_slot(). Prototype was for
snd_soc_xlate_tdm_slot_mask() instead

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210301174659.117122-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dai.c