Searched refs:snd_mask_test_format (Results 1 – 6 of 6) sorted by relevance
| /linux/include/sound/ |
| H A D | pcm_params.h | 132 static inline int snd_mask_test_format(const struct snd_mask *mask, in snd_mask_test_format() function
|
| /linux/sound/soc/codecs/ |
| H A D | framer-codec.c | 128 if (snd_mask_test_format(f_old, format)) { in framer_dai_hw_rule_format_by_channels()
|
| /linux/sound/soc/ti/ |
| H A D | davinci-mcasp.c | 1583 if (snd_mask_test_format(fmt, i)) { in davinci_mcasp_startup() 1606 if (snd_mask_test_format(fmt, i)) { in davinci_mcasp_shutdown() 1693 if (snd_mask_test_format(fmt, i)) { in davinci_mcasp_dai_probe()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_qmc_audio.c | 438 if (snd_mask_test_format(f_old, format)) { in qmc_dai_hw_rule_format_by_channels()
|
| /linux/sound/core/oss/ |
| H A D | pcm_oss.c | 913 !snd_mask_test_format(sformat_mask, sformat)) { in snd_pcm_oss_change_params_locked() 915 if (snd_mask_test_format(sformat_mask, sformat) && in snd_pcm_oss_change_params_locked()
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 2442 if (!snd_mask_test_format(mask, k)) in snd_pcm_hw_rule_format() 2465 if (!snd_mask_test_format(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT), k)) in snd_pcm_hw_rule_sample_bits()
|