Re: [PATCH] ASoC: arizona: Add data structure for voice trigger notifier
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-05-31 11:58:40
Also in:
alsa-devel
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-05-31 11:58:40
Also in:
alsa-devel
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 <redacted> Thanks for addressing it so quickly! Acked-by: Arnd Bergmann <arnd@arndb.de>