commit | eedf8a126629bf9db8ad3a2a5dc9dc1798fb2302 | [log] [tgz] |
---|---|---|
author | Jonghwan Choi <charlie.jh@kakaocorp.com> | Thu Mar 19 23:00:44 2020 +0900 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 24 16:36:52 2020 +0000 |
tree | 6481ea5e018ae7a4f32a3bcdadf4d516faa033ee | |
parent | a168dae5ea14283e8992d5282237bb0d6a3e1c06 [diff] |
ASoC: tas2562: Fixed incorrect amp_level setting. According to the tas2562 datasheet,the bits[5:1] represents the amp_level value. So to set the amp_level value correctly,the shift value should be set to 1. Signed-off-by: Jonghwan Choi <charlie.jh@kakaocorp.com> Acked-by: Dan Murphy <dmurphy@ti.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20200319140043.GA6688@jhbirdchoi-MS-7B79 Signed-off-by: Mark Brown <broonie@kernel.org>