Searched refs:hw_constraints_period_sizes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | rme9652.c | 2214 static const struct snd_pcm_hw_constraint_list hw_constraints_period_sizes = { variable 2301 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_sizes); in snd_rme9652_playback_open() 2361 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_sizes); in snd_rme9652_capture_open()
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | rme9652.c | 2162 static const struct snd_pcm_hw_constraint_list hw_constraints_period_sizes = { variable 2248 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_sizes); in snd_rme9652_playback_open() 2307 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_sizes); in snd_rme9652_capture_open()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1475 static const struct snd_pcm_hw_constraint_list hw_constraints_period_sizes = { variable 1516 &hw_constraints_period_sizes); in _cs46xx_playback_open_channel() 1599 &hw_constraints_period_sizes); in snd_cs46xx_capture_open()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1464 static const struct snd_pcm_hw_constraint_list hw_constraints_period_sizes = { variable 1505 &hw_constraints_period_sizes); in _cs46xx_playback_open_channel() 1588 &hw_constraints_period_sizes); in snd_cs46xx_capture_open()
|
Completed in 17 milliseconds