commit | b5ab265905b3e07ad9dc7d553a074404b25e9200 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 29 18:01:13 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 01 12:11:10 2016 +0900 |
tree | 7dea1b1e4b0e01586c5f8969f241dc313779f143 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
ASoC: wm8983: Fix enum ctl accesses in a wrong type "Equalizer Function" ctl in wm8983 codec driver is enum, while the current driver accesses wrongly via value.integer.value[]. They have to be via value.enumerated.item[] instead. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org>