Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pierre-Louis Bossart and committed by
Mark Brown
2fb87110 075d7da7

+1 -1
+1 -1
sound/soc/soc-dai.c
··· 154 154 EXPORT_SYMBOL_GPL(snd_soc_dai_set_fmt); 155 155 156 156 /** 157 - * snd_soc_xlate_tdm_slot - generate tx/rx slot mask. 157 + * snd_soc_xlate_tdm_slot_mask - generate tx/rx slot mask. 158 158 * @slots: Number of slots in use. 159 159 * @tx_mask: bitmask representing active TX slots. 160 160 * @rx_mask: bitmask representing active RX slots.