Message ID | 20240404111953.99287-1-francesco@dolcini.it (mailing list archive) |
---|---|
State | Accepted |
Commit | 9f1aeef4cbcb0e8c616e29cdce3232f9f102c2c1 |
Headers | show |
Series | [v1] ASoC: nau8822: Remove unused member from struct | expand |
On Thu, 04 Apr 2024 13:19:53 +0200, Francesco Dolcini wrote: > Remove unused mclk_idx struct member. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: nau8822: Remove unused member from struct commit: 9f1aeef4cbcb0e8c616e29cdce3232f9f102c2c1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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;