diff mbox series

[v1] ASoC: nau8822: Remove unused member from struct

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

Commit Message

Francesco Dolcini April 4, 2024, 11:19 a.m. UTC
From: Francesco Dolcini <francesco.dolcini@toradex.com>

Remove unused mclk_idx struct member.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 sound/soc/codecs/nau8822.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown April 4, 2024, 2:31 p.m. UTC | #1
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 mbox series

Patch

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;