Skip to content

Commit 87c1851

Browse files
ChiYuan Huangbroonie
authored andcommitted
ASoC: rt9120: Correct the reg 0x09 size to one byte
Correct the reg 0x09 size to one byte. Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/1650608810-3829-1-git-send-email-u0084500@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 0c9b152 commit 87c1851

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/rt9120.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ static int rt9120_get_reg_size(unsigned int reg)
341341
{
342342
switch (reg) {
343343
case 0x00:
344-
case 0x09:
345344
case 0x20 ... 0x27:
346345
return 2;
347346
case 0x30 ... 0x3D:

0 commit comments

Comments
 (0)