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

"DRC Mode" and "EQ Mode" ctls in wm8904 codec 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/codecs/wm8904.c
This page took 0.024982 seconds and 5 git commands to generate.