]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: mediatek: mt6358: Remove unused functions
authorDr. David Alan Gilbert <linux@treblig.org>
Tue, 28 Jan 2025 00:52:43 +0000 (00:52 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 3 Feb 2025 14:03:46 +0000 (14:03 +0000)
commitfb6ec1d27608c008bfe1ab0dfec3720990eb2451
tree54a31373e6a7d7defe5640e9e078587e1a094c40
parenta05143a8f713d9ae6abc41141dac52c66fca8b06
ASoC: mediatek: mt6358: Remove unused functions

The functions:
  mt6358_mtkaif_calibration_disable()
  mt6358_mtkaif_calibration_enable()
  mt6358_set_mtkaif_calibration_phase()
were added in the 2019
commit 6a8d4198ca80 ("ASoC: mediatek: mt6358: add codec driver")

but never used.

Remove them.

This leaves mt6358_set_dcxo(), mt6358_set_clksq(),
mt6358_set_aud_global_bias(), also unused.

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://patch.msgid.link/20250128005243.295977-1-linux@treblig.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/mt6358.c
sound/soc/codecs/mt6358.h