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

"Speaker Mode "ctl in wm9081 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/wm9081.c
This page took 0.024956 seconds and 5 git commands to generate.