OSDN Git Service

ASoC: codecs: nau8825: fix kernel-doc
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 1 Mar 2021 17:46:39 +0000 (11:46 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 10 Mar 2021 13:08:45 +0000 (13:08 +0000)
commit075d7da7d6b42db90039a95f102d7d999ecc410e
tree5a506e7dfd5bc64a7679a7e0e52fe77e788d3669
parentfa576ff64f5d4d67848051ee3f7340519098a98a
ASoC: codecs: nau8825: fix kernel-doc

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

sound/soc/codecs/nau8825.c:298: warning: wrong kernel-doc identifier
on line:
 * Ramp up the headphone volume change gradually to target level.

sound/soc/codecs/nau8825.c:358: warning: expecting prototype for This
func(). Prototype was for nau8825_intlog10_dec3() instead

sound/soc/codecs/nau8825.c:411: warning: wrong kernel-doc identifier
on line:
 * computes cross talk suppression sidetone gain.

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