ASoC: nau8825: Replace copied'n'pasted intlog10()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Jul 2023 13:52:11 +0000 (16:52 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:47:51 +0000 (22:47 +0100)
commita04616321f50bc389cd8d19a6d300d3c3f1be77b
tree865644ed27f7f482ac07e5789ee1d3d240310983
parent9ab04d7ed8bdd395b0617a1647dd475681f99151
ASoC: nau8825: Replace copied'n'pasted intlog10()

As the code even references to dvb_math.c, which is now available
as int_log.c, replace its content by the calling respective API.

Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/20230619172019.21457-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230703135211.87416-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/nau8825.c