commit | 58c0213872816bf24d14364989c82dc4acd58103 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 29 18:08:02 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 01 12:06:51 2016 +0900 |
tree | 5271348332fcc31143bcb90a9b40a68fab792645 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
ASoC: max98095: Fix enum ctl accesses in a wrong type "Biquad1 Mode" and "Biquad2 Mode" ctls in max98095 codec driver are 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>