Searched refs:_snd_pcm_hw_param_set (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_uac1.c | 42 static int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_set() function 117 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS, in playback_default_hw_params() 119 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT, in playback_default_hw_params() 121 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_CHANNELS, in playback_default_hw_params() 123 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_RATE, in playback_default_hw_params()
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_oss.c | 472 static int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_set() function 537 int changed = _snd_pcm_hw_param_set(params, var, val, dir); in snd_pcm_hw_param_set() 913 err = _snd_pcm_hw_param_set(sparams, SNDRV_PCM_HW_PARAM_FORMAT, (__force int)sformat, 0); in snd_pcm_oss_change_params() 921 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS, in snd_pcm_oss_change_params() 923 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT, in snd_pcm_oss_change_params() 925 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_CHANNELS, in snd_pcm_oss_change_params() 927 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_RATE, in snd_pcm_oss_change_params()
|