ASoC: intel: mfld: Fix enum ctl accesses in a wrong type
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 16:29:25 +0000 (17:29 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Mar 2016 03:03:12 +0000 (12:03 +0900)
commit508ddfba37cad76d774da8f8d8e2387f0eca5fa4
tree34707813b81f580711688970282d05fb0d3ee45c
parentc8560b7c917f8738f5d80dd516930edc1d05e4e4
ASoC: intel: mfld: Fix enum ctl accesses in a wrong type

"Playback Switch" and "Lineout Mux" ctls in medfld machine 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>
sound/soc/intel/boards/mfld_machine.c