Searched refs:snd_pcm_hw_constraint_ratdens (Results 1 – 3 of 3) sorted by relevance
/sound/core/ |
D | pcm_lib.c | 1055 struct snd_pcm_hw_constraint_ratdens *r = rule->private; in snd_pcm_hw_rule_ratdens() 1073 int snd_pcm_hw_constraint_ratdens(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_ratdens() function 1076 struct snd_pcm_hw_constraint_ratdens *r) in snd_pcm_hw_constraint_ratdens() 1083 EXPORT_SYMBOL(snd_pcm_hw_constraint_ratdens);
|
/sound/pci/ |
D | sonicvibes.c | 258 static struct snd_pcm_hw_constraint_ratdens snd_sonicvibes_hw_constraints_adc_clock = { 800 snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, in snd_sonicvibes_capture_open()
|
D | ens1370.c | 491 static struct snd_pcm_hw_constraint_ratdens snd_es1371_hw_constraints_dac_clock = { 1127 snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, in snd_ensoniq_playback1_open() 1150 snd_pcm_hw_constraint_ratdens(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, in snd_ensoniq_playback2_open()
|