]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb368e2bf049ca9c09b430e65845fd16dfa389c4b
tree34707813b81f580711688970282d05fb0d3ee45c
parent5e4a53278414c8af0bc2d80fa70316a26dd35bca
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