• Min-Hua Chen's avatar
    ALSA: compat_ioctl: use correct snd_ctl_elem_type_t type · 24cdfcb4
    Min-Hua Chen authored
    SNDRV_CTL_ELEM_TYPE_* are type of snd_ctl_elem_type_t, we
    have to __force cast them to int when comparing them with int
    to fix the following sparse warnings.
    
    sound/core/control_compat.c:203:14: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:205:14: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:207:14: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:209:14: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:237:21: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:238:21: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:270:21: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    sound/core/control_compat.c:271:21: sparse: warning: restricted snd_ctl_elem_type_t degrades to integer
    Signed-off-by: default avatarMin-Hua Chen <minhuadotchen@gmail.com>
    Link: https://lore.kernel.org/r/20230516223806.185683-1-minhuadotchen@gmail.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    24cdfcb4
control_compat.c 12.4 KB