ASoC: wm8753: Fix enum ctl accesses in a wrong type
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 17:01:10 +0000 (18:01 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Mar 2016 03:09:46 +0000 (12:09 +0900)
commit0cad10539b281e88335afd765afaf9885dcfc3ef
tree2fa1f61f95a6abdeeafe6725ea96c75d404b2a62
parent92e963f50fc74041b5e9e744c330dca48e04f08d
ASoC: wm8753: Fix enum ctl accesses in a wrong type

"DAI Mode" ctl in wm8753 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>
sound/soc/codecs/wm8753.c