ASoC: wm8804: Constify struct regmap_config and snd_soc_codec_driver
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 5 Jan 2015 09:18:28 +0000 (10:18 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 5 Jan 2015 21:19:04 +0000 (21:19 +0000)
commit27ad02f3b6452e0b650835438eb10ba76cb7dfaf
treefaa0d94d4c892e1290cae488342cc4b3edb6068c
parentc0b363891816ea60d95a7dfcfc72f9955a7f1d32
ASoC: wm8804: Constify struct regmap_config and snd_soc_codec_driver

The regmap_config struct may be const because it is not modified by the
driver and regmap_init() accepts pointer to const. Make struct
snd_soc_codec_driver (snd_soc_register_codec() accepts pointer to const)
and array of default register values const as well.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8995.c