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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c789 const snd_pcm_format_mask_t *format_mask, *sformat_mask; local
817 sformat_mask = snd_pcm_hw_param_get_mask(sparams, SND_PCM_HW_PARAM_FORMAT);
823 if (snd_pcm_format_mask_test(sformat_mask, format))
826 f = snd_pcm_plug_slave_format(format, sformat_mask);
841 if (!snd_pcm_format_mask_test(sformat_mask, format))
889 const snd_pcm_format_mask_t *format_mask, *sformat_mask; local
905 sformat_mask = snd_pcm_hw_param_get_mask(sparams,
912 if (snd_pcm_format_mask_test(sformat_mask, format))
915 f = snd_pcm_plug_slave_format(format, sformat_mask);
930 if (!snd_pcm_format_mask_test(sformat_mask, forma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_oss.c838 struct snd_mask sformat_mask; local
879 sformat_mask = *hw_param_mask(sparams, SNDRV_PCM_HW_PARAM_FORMAT);
883 sformat = snd_pcm_plug_slave_format(format, &sformat_mask);
885 if (sformat < 0 || !snd_mask_test(&sformat_mask, sformat)) {
887 if (snd_mask_test(&sformat_mask, sformat) &&

Completed in 39 milliseconds