check_fmts 974 sound/usb/pcm.c struct snd_mask check_fmts; check_fmts 978 sound/usb/pcm.c snd_mask_none(&check_fmts); check_fmts 979 sound/usb/pcm.c check_fmts.bits[0] = (u32)fp->formats; check_fmts 980 sound/usb/pcm.c check_fmts.bits[1] = (u32)(fp->formats >> 32); check_fmts 981 sound/usb/pcm.c snd_mask_intersect(&check_fmts, fmts); check_fmts 982 sound/usb/pcm.c if (snd_mask_empty(&check_fmts)) {