Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm_params.h153 static inline int snd_mask_refine(struct snd_mask *mask, in snd_mask_refine() function
/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio.c120 return snd_mask_refine(f, &fmt); in hw_rule_capture_format_by_channels()
126 return snd_mask_refine(f, &fmt); in hw_rule_capture_format_by_channels()
198 return snd_mask_refine(f, &fmt); in hw_rule_playback_format_by_channels()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c394 return snd_mask_refine(f_old, &f_new); in qmc_dai_hw_rule_format_by_channels()
/openbmc/linux/sound/soc/ti/
H A Ddavinci-mcasp.c1345 return snd_mask_refine(fmt, &nfmt); in davinci_mcasp_hw_rule_slot_width()
1368 return snd_mask_refine(fmt, &nfmt); in davinci_mcasp_hw_rule_format_width()
1469 return snd_mask_refine(fmt, &nfmt); in davinci_mcasp_hw_rule_format()
/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c313 ret = snd_mask_refine(formats, &mask); in alsa_hw_rule()
/openbmc/linux/sound/drivers/
H A Daloop.c940 return snd_mask_refine(hw_param_mask(params, rule->var), &m); in rule_format()
/openbmc/linux/sound/core/
H A Dpcm_native.c306 changed = snd_mask_refine(m, constrs_mask(constrs, k)); in constrain_mask_params()
2423 return snd_mask_refine(mask, &m); in snd_pcm_hw_rule_format()
/openbmc/linux/sound/sparc/
H A Ddbri.c2020 return snd_mask_refine(f, &fmt); in snd_hw_rule_format()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c173 changed = snd_mask_refine(hw_param_mask(params, var), val); in _snd_pcm_hw_param_mask()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2312 return snd_mask_refine(f, &fmt);