diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-06-12 18:15:31 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-06-18 16:47:30 +0100 |
commit | 43e7400f6bf51ecedf4ddad942cd812fe351ce74 (patch) | |
tree | 5313424f3750fe4152b260939d26e02aa9512467 | |
parent | af57d5e3b58886ee5efc6ba9d0e25c8d1d3c3c37 (diff) |
ASoC: codecs: wcd938x: Drop unused RX/TX direction enum
The enum with RX/TX soundwire direction is not used.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://msgid.link/r/20240612-asoc-wcd9xxx-wide-cleanups-v1-18-0d15885b2a06@linaro.org
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/wcd938x.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wcd938x.h b/sound/soc/codecs/wcd938x.h index 09e39a19fbe4..45b7de242209 100644 --- a/sound/soc/codecs/wcd938x.h +++ b/sound/soc/codecs/wcd938x.h @@ -642,10 +642,6 @@ enum wcd938x_rx_sdw_channels { WCD938X_DSD_R, WCD938X_DSD_L, }; -enum { - WCD938X_SDW_DIR_RX, - WCD938X_SDW_DIR_TX, -}; struct wcd938x_priv; struct wcd938x_sdw_priv { |