]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5640: Constify ACPI device ids and register defaults
authorMathias Krause <minipli@googlemail.com>
Sat, 13 Jun 2015 12:25:14 +0000 (14:25 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jun 2015 10:17:14 +0000 (11:17 +0100)
commit576a6e62659fbfc9b7d9eabf8165828ce862daf7
treee17fe3b60e4afe232ccc434538271b5150e7c7e2
parentdd4a0ac5a66093ba1477238fa2d0e835dd935ff6
ASoC: rt5640: Constify ACPI device ids and register defaults

Constify the ACPI device ID array and the register map, no need to have
them writable at runtime. Also drop the unneeded RT5640_INIT_REG_LEN
define.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5640.c