mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 02:34:05 +08:00
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>
This commit is contained in:
parent
0c9b152c72
commit
87c18514bb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user