commit | 141bc6a620e114d3c4daeaf6e70b9ab96d914152 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Thu Dec 03 18:15:06 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Dec 03 20:35:21 2015 +0000 |
tree | f5ea979957aaed5afdce639b5f10fd7f268b36f4 | |
parent | 800f297e8ef91901b93c280425863684dff2d9c6 [diff] |
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>