Searched refs:_snd_pcm_hw_param_setempty (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/sound/pci/rme9652/ |
D | rme9652.c | 1957 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_RATE); in snd_rme9652_hw_params() 1963 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params() 1981 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_RATE); in snd_rme9652_hw_params() 1987 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params()
|
D | hdsp.c | 4073 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_RATE); in snd_hdsp_hw_params() 4079 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdsp_hw_params() 4100 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_RATE); in snd_hdsp_hw_params() 4108 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdsp_hw_params()
|
D | hdspm.c | 5519 _snd_pcm_hw_param_setempty(params, in snd_hdspm_hw_params() 5526 _snd_pcm_hw_param_setempty(params, in snd_hdspm_hw_params() 5542 _snd_pcm_hw_param_setempty(params, in snd_hdspm_hw_params() 5553 _snd_pcm_hw_param_setempty(params, in snd_hdspm_hw_params()
|
/Linux-v6.6/sound/isa/ |
D | es18xx.c | 446 _snd_pcm_hw_param_setempty(hw_params, SNDRV_PCM_HW_PARAM_CHANNELS); in snd_es18xx_playback_hw_params() 542 _snd_pcm_hw_param_setempty(hw_params, SNDRV_PCM_HW_PARAM_CHANNELS); in snd_es18xx_capture_hw_params()
|
/Linux-v6.6/sound/core/ |
D | pcm_lib.c | 1600 void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params, in _snd_pcm_hw_param_setempty() function 1615 EXPORT_SYMBOL(_snd_pcm_hw_param_setempty);
|
/Linux-v6.6/include/sound/ |
D | pcm.h | 1046 void _snd_pcm_hw_param_setempty(struct snd_pcm_hw_params *params, snd_pcm_hw_param_t var);
|
/Linux-v6.6/sound/pci/korg1212/ |
D | korg1212.c | 1514 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_RATE); in snd_korg1212_hw_params()
|