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>
This commit is contained in:
committed by
Mark Brown
parent
2ba2d17170
commit
9f1aeef4cb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user