ASoC: tas571x: added missing register literals
authorPetr Kulhavy <petr@barix.com>
Thu, 31 Mar 2016 16:41:25 +0000 (18:41 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 31 Mar 2016 17:25:38 +0000 (10:25 -0700)
commita593ed09040fa611f37953afe455e64c7653160d
tree9f0743b9896eef94692cbf5ea7662e877421191f
parent630e413dc24da0c2373fd7592aeb0e08cea71cd1
ASoC: tas571x: added missing register literals

The list of TAS571x registers was incomplete.
Added the missing register definitions up to the register 0x25.
Added volatile and read-only register tables into tas5711_regmap_config
and tas5717_regmap_config.

The chip has 256 registers in total. But from address 0x29 on
(0x26 to 0x28 are reserved) the register width varies between
20, 12 and 8 bytes, which the register map cannot represent.

Signed-off-by: Petr Kulhavy <petr@barix.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas571x.c
sound/soc/codecs/tas571x.h
This page took 0.024858 seconds and 5 git commands to generate.