commit | 7a3f4b488ce366de6ab2cf19d95353da9814bdd9 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 29 17:23:51 2016 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 01 12:02:05 2016 +0900 |
tree | c40d6df8351f110766faa0ffcbe2f1c7cd633b9c | |
parent | 127ee199d5d232f29ad64bace3b441127fce6cd3 [diff] |
ASoC: pxa: poodle: Fix enum ctl accesses in a wrong type "Jack Function" and "Speaker Function" ctls in poodle 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>