]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: mt8365: Remove unused prototype for mt8365_afe_clk_group_48k()
authorMark Brown <broonie@kernel.org>
Sat, 7 Sep 2024 00:53:28 +0000 (01:53 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Sep 2024 15:58:14 +0000 (16:58 +0100)
The function is not used outside of the file it is defined and the
equivalent function for 44.1kHz is not prototyped so remove the prototype
for this function.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Tested-by: Nathan Chancellor <nathan@kernel.org> # build
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://patch.msgid.link/20240907-asoc-fix-mt8365-build-v1-3-7ad0bac20161@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8365/mt8365-afe-common.h

index 1fa87e54a57fe3de898e2f9dd0e3c318b0a1b398..731406e15ac744809505bd93f4d7a3be370d1cfe 100644 (file)
@@ -421,7 +421,6 @@ static inline u32 AutoRstThLo(unsigned int fs)
        }
 }
 
-bool mt8365_afe_clk_group_48k(int sample_rate);
 bool mt8365_afe_rate_supported(unsigned int rate, unsigned int id);
 bool mt8365_afe_channel_supported(unsigned int channel, unsigned int id);