]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: mt8365: Remove unused DMIC IIR coefficient configuration
authorMark Brown <broonie@kernel.org>
Sat, 7 Sep 2024 00:53:31 +0000 (01:53 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Sep 2024 15:58:17 +0000 (16:58 +0100)
commitd70ce6d3105a6bd02b1708c399105631643a550a
tree2fce26560ef1b5075f69575513fac2dc7588a9e3
parent067d832806225cfaabeec8f5f683b7e2bc508a6d
ASoC: mt8365: Remove unused DMIC IIR coefficient configuration

Nothing ever calls mt8365_dai_load_dmic_iirc_coeff_table() so the compiler
warns about an unused static function. While it seems likely that something
should be calling the function I don't know what and this is breaking
-Werror builds like allmodconfig so let's just remove it. It can be added
again along with the user.

Reported-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.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-6-7ad0bac20161@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8365/mt8365-dai-dmic.c