31 May
2016
31 May
'16
1:58 p.m.
On Tuesday, May 31, 2016 12:44:17 PM CEST Charles Keepax wrote:
64-bit builds would generate a warning when we passed the core number as a pointer through the notifier data:
sound/soc/codecs/cs47l24.c:1091:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)i);
Rather than just fix this up with more casting add a data structure that holds information for the notifier chain. This will make it easier to add additional information in the future as well.
Fixes: 7baa7e2490e1 ("ASoC: arizona: Add event notification on voice trigger events") Signed-off-by: Charles Keepax ckeepax@opensource.wolfsonmicro.com
Thanks for addressing it so quickly!
Acked-by: Arnd Bergmann arnd@arndb.de