]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: da732x: Fix enum ctl accesses in a wrong type
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 17:04:42 +0000 (18:04 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Mar 2016 03:04:04 +0000 (12:04 +0900)
commitc53b9cae226f1d993d30ab487e0f9f8fd58c995e
tree486f5f13a529396b9b1f19846ae10ce69940d98f
parentd7e15052ecc9ac4f938d1d7432c1d120a2711a7e
ASoC: da732x: Fix enum ctl accesses in a wrong type

"DAC1 High Pass Filter Mode" & co in da732x 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/da732x.c