From: Krzysztof Kozlowski Date: Wed, 12 Jun 2024 16:15:20 +0000 (+0200) Subject: ASoC: codecs: wcd934x: Drop unused interp path enum X-Git-Tag: io_uring-6.11-20240722~16^2~6^2~85^2~16 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1bce5c586ba56dfa6acf8d13f0f608f5f5d717bd;p=linux-block.git ASoC: codecs: wcd934x: Drop unused interp path enum The enum with inter path is not used. Signed-off-by: Krzysztof Kozlowski Link: https://msgid.link/r/20240612-asoc-wcd9xxx-wide-cleanups-v1-7-0d15885b2a06@linaro.org Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c index fcad2c9fba55..cdb68f34e55a 100644 --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c @@ -475,11 +475,6 @@ enum { INTn_2_INP_SEL_PROXIMITY, }; -enum { - INTERP_MAIN_PATH, - INTERP_MIX_PATH, -}; - struct interp_sample_rate { int sample_rate; int rate_val;