29 Jan
2020
29 Jan
'20
9:01 p.m.
On Wed, 29 Jan 2020 19:44:48 +0100, Ranjani Sridharan wrote:
Fix the following sparse warning generated due to 64-bit compat type having fields defined explicitly with __32: sound/soc/sof/sof-audio.c:46:31: warning: incorrect type in assignment (different base types) sound/soc/sof/sof-audio.c:46:31: expected restricted snd_pcm_state_t [usertype] state sound/soc/sof/sof-audio.c:46:31: got signed int [usertype] state
Reported-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com Suggested-by: Takashi Iwai tiwai@suse.de Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com
Thanks, applied.
Takashi