[alsa-devel] [PATCH] ASoC: arizona: Add data structure for voice trigger notifier
Arnd Bergmann
arnd at arndb.de
Tue May 31 13:58:53 CEST 2016
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 at opensource.wolfsonmicro.com>
Thanks for addressing it so quickly!
Acked-by: Arnd Bergmann <arnd at arndb.de>
More information about the Alsa-devel
mailing list