Home
last modified time | relevance | path

Searched hist:bd14016fbf31aa199026f1e2358eab695f374eb1 (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/codecs/
H A Dwm8731.cdiff bd14016fbf31aa199026f1e2358eab695f374eb1 Tue Mar 10 12:39:10 CET 2015 Takashi Iwai <tiwai@suse.de> ASoC: wm8731: Fix wrong value references for boolean kctl

The correct values referred by a boolean control are
value.integer.value[], not value.enumerated.item[].
The former is long while the latter is int, so it's even incompatible
on 64bit architectures.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: <stable@vger.kernel.org>