Home
last modified time | relevance | path

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

/linux-6.1.9/sound/usb/
Dpcm.c728 struct snd_mask check_fmts; in hw_check_valid_format() local
732 snd_mask_none(&check_fmts); in hw_check_valid_format()
733 check_fmts.bits[0] = (u32)fp->formats; in hw_check_valid_format()
734 check_fmts.bits[1] = (u32)(fp->formats >> 32); in hw_check_valid_format()
735 snd_mask_intersect(&check_fmts, fmts); in hw_check_valid_format()
736 if (snd_mask_empty(&check_fmts)) { in hw_check_valid_format()