aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2024-06-12 18:15:20 +0200
committerMark Brown <[email protected]>2024-06-18 16:47:19 +0100
commit1bce5c586ba56dfa6acf8d13f0f608f5f5d717bd (patch)
tree490b2566bfaad811a460d460f243dace73643803
parent1d1cda22da5db03a0c794d139e06519e3a94f815 (diff)
ASoC: codecs: wcd934x: Drop unused interp path enum
The enum with inter path is not used. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/wcd934x.c5
1 files changed, 0 insertions, 5 deletions
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;