[PATCH] ASoC: rt9120: Correct the reg 0x09 size to one byte
From: ChiYuan Huang cy_huang@richtek.com
Correct the reg 0x09 size to one byte.
Signed-off-by: ChiYuan Huang cy_huang@richtek.com --- Sorry, in the original datasheet, reg 0x09 size is marked as 2 bytes. But actually it's one byte RG size. --- sound/soc/codecs/rt9120.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/rt9120.c b/sound/soc/codecs/rt9120.c index 7aa1772..6e0d7cf 100644 --- a/sound/soc/codecs/rt9120.c +++ b/sound/soc/codecs/rt9120.c @@ -341,7 +341,6 @@ static int rt9120_get_reg_size(unsigned int reg) { switch (reg) { case 0x00: - case 0x09: case 0x20 ... 0x27: return 2; case 0x30 ... 0x3D:
On Fri, 22 Apr 2022 14:26:50 +0800, cy_huang wrote:
From: ChiYuan Huang cy_huang@richtek.com
Correct the reg 0x09 size to one byte.
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: rt9120: Correct the reg 0x09 size to one byte commit: 87c18514bb8477563a61f50b4285da156296edc4
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
participants (2)
-
cy_huang
-
Mark Brown