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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dpcm.c429 struct snd_mask check_fmts; local
433 snd_mask_none(&check_fmts);
434 check_fmts.bits[0] = (u32)fp->formats;
435 check_fmts.bits[1] = (u32)(fp->formats >> 32);
436 snd_mask_intersect(&check_fmts, fmts);
437 if (snd_mask_empty(&check_fmts)) {

Completed in 182 milliseconds