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

Francesco Dolcini posted 1 patch 1 year, 10 months ago
sound/soc/codecs/nau8822.h | 1 -
1 file changed, 1 deletion(-)
[PATCH v1] ASoC: nau8822: Remove unused member from struct
Posted by Francesco Dolcini 1 year, 10 months ago
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(-)

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;
-- 
2.39.2
Re: [PATCH v1] ASoC: nau8822: Remove unused member from struct
Posted by Mark Brown 1 year, 10 months ago
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