mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Fix the following sparse warning generated due to
64-bit compat type having fields defined explicitly
with __s32:
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
Fixes:
|
||
|---|---|---|
| .. | ||
| sof | ||
| asequencer.h | ||
| asoc.h | ||
| asound_fm.h | ||
| asound.h | ||
| compress_offload.h | ||
| compress_params.h | ||
| emu10k1.h | ||
| firewire.h | ||
| hdsp.h | ||
| hdspm.h | ||
| sb16_csp.h | ||
| sfnt_info.h | ||
| skl-tplg-interface.h | ||
| snd_sst_tokens.h | ||
| tlv.h | ||
| usb_stream.h | ||