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

/linux-master/drivers/usb/gadget/function/
H A Du_uac1_legacy.c39 static int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, function
114 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS,
116 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT,
118 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_CHANNELS,
120 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_RATE,
/linux-master/sound/core/oss/
H A Dpcm_oss.c438 static int _snd_pcm_hw_param_set(struct snd_pcm_hw_params *params, function
503 int changed = _snd_pcm_hw_param_set(params, var, val, dir);
922 err = _snd_pcm_hw_param_set(sparams, SNDRV_PCM_HW_PARAM_FORMAT, (__force int)sformat, 0);
930 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_ACCESS,
932 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_FORMAT,
934 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_CHANNELS,
936 _snd_pcm_hw_param_set(params, SNDRV_PCM_HW_PARAM_RATE,

Completed in 452 milliseconds