]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit502f407a7c601229f4e876ab451a8f1ddb3cc23d
treef5ea979957aaed5afdce639b5f10fd7f268b36f4
parent3be0e8564c7c32f9c5db72b0598b9b788f9c9487
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