summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterRemove TimeQuest optionsTobias Klauser11 years
 
db6f952c617f2070c57b37'>codecs/tas2552.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2015-06-04 16:04:27 +0300
committerMark Brown <broonie@kernel.org>2015-06-05 18:53:35 +0100
commitdd6ae3bcfe0fa9cf1bdb6f952c617f2070c57b37 (patch)
treea3406e819c31f574f72bf5a5b0304c15d4f5d983 /sound/soc/codecs/tas2552.c
parent609e71313bddd217808eea2ddd5d0faecaa07131 (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>
Diffstat (limited to 'sound/soc/codecs/tas2552.c')