ASoC: arizona: Correct types of mixer texts and values
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 3 Dec 2015 18:15:06 +0000 (18:15 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 3 Dec 2015 20:35:21 +0000 (20:35 +0000)
commit141bc6a620e114d3c4daeaf6e70b9ab96d914152
treef5ea979957aaed5afdce639b5f10fd7f268b36f4
parent800f297e8ef91901b93c280425863684dff2d9c6
ASoC: arizona: Correct types of mixer texts and values

The core expects "const char * const" and "unsigned int" for enum
controls, various places in Arizona use "const char *" and "int".
This patch corrects the type of these arrays.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/arizona.c
sound/soc/codecs/arizona.h