commit | dd6ae3bcfe0fa9cf1bdb6f952c617f2070c57b37 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Jun 04 16:04:27 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Fri Jun 05 18:53:35 2015 +0100 |
tree | a3406e819c31f574f72bf5a5b0304c15d4f5d983 | |
parent | 609e71313bddd217808eea2ddd5d0faecaa07131 [diff] |
ASoC: tas2552: Correct the Speaker Driver Playback Volume (PGA_GAIN) The last parameter for DECLARE_TLV_DB_SCALE() is to tell if the gain will be muted or not when it is set to raw 0. IN this case it is not muted. The PGA_GAIN is in 0-4 bits in the register. Fix the offset in the SOC_SINGLE_TLV() for this. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>