Searched hist:"025 c3fa9256d4c54506b7a29dc3befac54f5c68d" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | sta32x.c | diff 025c3fa9256d4c54506b7a29dc3befac54f5c68d Tue Feb 18 09:24:12 CET 2014 Takashi Iwai <tiwai@suse.de> ASoC: sta32x: Fix array access overflow
Preset EQ enum of sta32x codec driver declares too many number of items and it may lead to the access over the actual array size.
Use SOC_ENUM_SINGLE_DECL() helper and it's automatically fixed.
Signed-off-by: Takashi Iwai <tiwai@suse.de> Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org
|