2024-04-04 11:20:14

by Francesco Dolcini

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

From: Francesco Dolcini <[email protected]>

Remove unused mclk_idx struct member.

Signed-off-by: Francesco Dolcini <[email protected]>
---
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



2024-04-04 14:32:07

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH v1] ASoC: nau8822: Remove unused member from struct

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