diff options
Diffstat (limited to 'sound/soc/codecs/nau8822.h')
-rw-r--r-- | sound/soc/codecs/nau8822.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/nau8822.h b/sound/soc/codecs/nau8822.h index 646f6bb64bc5..13fe0a091e9e 100644 --- a/sound/soc/codecs/nau8822.h +++ b/sound/soc/codecs/nau8822.h @@ -215,7 +215,7 @@ struct nau8822_pll { struct nau8822 { struct device *dev; struct regmap *regmap; - int mclk_idx; + struct clk *mclk; struct nau8822_pll pll; int sysclk; int div_id; |