commit | 127ee199d5d232f29ad64bace3b441127fce6cd3 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 29 17:23:50 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 01 12:02:05 2016 +0900 |
tree | 20968fdc7dca9119e30675978970e058353be4da | |
parent | 1457ad0e99dc5b1fe3fe3123d5135c95c00ed74b [diff] |
ASoC: pxa: magician: Fix enum ctl accesses in a wrong type "Input Select" ctl in magician driver is an enum, while the current driver accesses wrongly via value.integer.value[]. They have to be via value.enumerated.item[] instead. (Meanwhile "Headphone Switch" and "Speaker Switch" are boolean, so they should stay to access via value.integer.value[] as is.) Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@kernel.org>