]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: omap: rx51: Fix enum ctl accesses in a wrong type
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 16:26:22 +0000 (17:26 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Mar 2016 03:02:56 +0000 (12:02 +0900)
commitf4d438eec7fe56d55998195e08dfaa5aa3e08f0c
treef5da5ef25d37db9fdd9b520323d432b406904b1c
parentdd90533cd6bbfe075a72ab789b6e9d6f280ba476
ASoC: omap: rx51: Fix enum ctl accesses in a wrong type

"Speaker Function", "Input Select" and "Jack Function" ctls in rx51
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>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/omap/rx51.c