Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dpcm_params.h65 static inline void snd_mask_set(struct snd_mask *mask, unsigned int val) in snd_mask_set() function
74 snd_mask_set(mask, (__force unsigned int)format); in snd_mask_set_format()
/linux/sound/core/oss/
H A Dpcm_plugin.c275 snd_mask_set(&formats, (__force int)SNDRV_PCM_FORMAT_MU_LAW); in snd_pcm_plug_formats()
H A Dpcm_oss.c882 snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_MMAP_INTERLEAVED); in snd_pcm_oss_change_params_locked()
884 snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_INTERLEAVED); in snd_pcm_oss_change_params_locked()
886 snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_NONINTERLEAVED); in snd_pcm_oss_change_params_locked()
/linux/sound/soc/fsl/
H A Dimx-card.c530 snd_mask_set(mask, (__force unsigned int)data->asrc_format); in be_hw_params_fixup()
/linux/sound/soc/generic/
H A Dsimple-card-utils.c62 snd_mask_set(mask, val); in simple_fixup_sample_fmt()
/linux/sound/core/
H A Dpcm_native.c2530 snd_mask_set(&m, (__force unsigned)SNDRV_PCM_SUBFORMAT_STD); in snd_pcm_hw_rule_subformats()
2539 snd_mask_set(&m, (__force unsigned)SNDRV_PCM_SUBFORMAT_MSBITS_MAX); in snd_pcm_hw_rule_subformats()
/linux/sound/soc/
H A Dsoc-dapm.c4039 snd_mask_set(hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT), fmt); in dapm_dai_link_event_pre_pmu()