[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220510130742.650010284@linuxfoundation.org>
Date: Tue, 10 May 2022 15:07:06 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, ChiYuan Huang <cy_huang@...htek.com>,
Mark Brown <broonie@...nel.org>
Subject: [PATCH 5.17 036/140] ASoC: rt9120: Correct the reg 0x09 size to one byte
From: ChiYuan Huang <cy_huang@...htek.com>
commit 87c18514bb8477563a61f50b4285da156296edc4 upstream.
Correct the reg 0x09 size to one byte.
Signed-off-by: ChiYuan Huang <cy_huang@...htek.com>
Cc: stable@...r.kernel.org
Link: https://lore.kernel.org/r/1650608810-3829-1-git-send-email-u0084500@gmail.com
Signed-off-by: Mark Brown <broonie@...nel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
sound/soc/codecs/rt9120.c | 1 -
1 file changed, 1 deletion(-)
--- a/sound/soc/codecs/rt9120.c
+++ b/sound/soc/codecs/rt9120.c
@@ -341,7 +341,6 @@ static int rt9120_get_reg_size(unsigned
{
switch (reg) {
case 0x00:
- case 0x09:
case 0x20 ... 0x27:
return 2;
case 0x30 ... 0x3D:
Powered by blists - more mailing lists