Skip to content

Commit 3e61df7

Browse files
committed
ASoC: mt8365: Remove unused prototype for mt8365_afe_clk_group_48k()
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>
1 parent 1b084d8 commit 3e61df7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/mediatek/mt8365/mt8365-afe-common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ static inline u32 AutoRstThLo(unsigned int fs)
421421
}
422422
}
423423

424-
bool mt8365_afe_clk_group_48k(int sample_rate);
425424
bool mt8365_afe_rate_supported(unsigned int rate, unsigned int id);
426425
bool mt8365_afe_channel_supported(unsigned int channel, unsigned int id);
427426

0 commit comments

Comments
 (0)