diff options
author | 2024-04-04 13:19:53 +0200 | |
---|---|---|
committer | 2024-04-04 12:59:42 +0100 | |
commit | 9f1aeef4cbcb0e8c616e29cdce3232f9f102c2c1 (patch) | |
tree | a39fdecd97b3cb5cdd9e436f5e1cead11636999f | |
parent | ASoC: codecs: rk3308: fix building without CONFIG_OF (diff) | |
download | wireguard-linux-9f1aeef4cbcb0e8c616e29cdce3232f9f102c2c1.tar.xz wireguard-linux-9f1aeef4cbcb0e8c616e29cdce3232f9f102c2c1.zip |
ASoC: nau8822: Remove unused member from struct
Remove unused mclk_idx struct member.
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://msgid.link/r/20240404111953.99287-1-francesco@dolcini.it
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/nau8822.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/nau8822.h b/sound/soc/codecs/nau8822.h index 646f6bb64bc5..6ecd46e45923 100644 --- a/sound/soc/codecs/nau8822.h +++ b/sound/soc/codecs/nau8822.h @@ -215,7 +215,6 @@ struct nau8822_pll { struct nau8822 { struct device *dev; struct regmap *regmap; - int mclk_idx; struct nau8822_pll pll; int sysclk; int div_id; |