Home
last modified time | relevance | path

Searched refs:check_fmts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/
H A Dpcm.c996 struct snd_mask check_fmts; in hw_check_valid_format() local
1000 snd_mask_none(&check_fmts); in hw_check_valid_format()
1001 check_fmts.bits[0] = (u32)fp->formats; in hw_check_valid_format()
1002 check_fmts.bits[1] = (u32)(fp->formats >> 32); in hw_check_valid_format()
1003 snd_mask_intersect(&check_fmts, fmts); in hw_check_valid_format()
1004 if (snd_mask_empty(&check_fmts)) { in hw_check_valid_format()
/kernel/linux/linux-6.6/sound/usb/
H A Dpcm.c732 struct snd_mask check_fmts; in hw_check_valid_format() local
736 snd_mask_none(&check_fmts); in hw_check_valid_format()
737 check_fmts.bits[0] = (u32)fp->formats; in hw_check_valid_format()
738 check_fmts.bits[1] = (u32)(fp->formats >> 32); in hw_check_valid_format()
739 snd_mask_intersect(&check_fmts, fmts); in hw_check_valid_format()
740 if (snd_mask_empty(&check_fmts)) { in hw_check_valid_format()

Completed in 4 milliseconds