Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_PERIOD_SIZE (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-6.6/sound/mips/
H A Dsnd-n64.c160 SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in hw_rule_period_size()
196 err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 2); in n64audio_pcm_open()
200 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in n64audio_pcm_open()
201 hw_rule_period_size, NULL, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in n64audio_pcm_open()
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front_alsa.c269 SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in alsa_hw_rule()
412 ret = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in alsa_open()
414 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in alsa_open()
416 dev_err(dev, "Failed to add HW rule for SNDRV_PCM_HW_PARAM_PERIOD_SIZE\n"); in alsa_open()
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front_alsa.c269 SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in alsa_hw_rule()
412 ret = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in alsa_open()
414 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in alsa_open()
416 dev_err(dev, "Failed to add HW rule for SNDRV_PCM_HW_PARAM_PERIOD_SIZE\n"); in alsa_open()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-pcm.c81 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_native.c2512 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in snd_pcm_hw_constraints_init()
2527 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_TIME, -1); in snd_pcm_hw_constraints_init()
2537 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in snd_pcm_hw_constraints_init()
2540 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init()
2545 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init()
2550 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init()
2557 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_PERIODS, -1); in snd_pcm_hw_constraints_init()
2572 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
2582 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init()
2672 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_pcm_hw_constraints_complete()
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c2529 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in snd_pcm_hw_constraints_init()
2544 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_TIME, -1); in snd_pcm_hw_constraints_init()
2554 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in snd_pcm_hw_constraints_init()
2557 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init()
2562 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init()
2567 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init()
2574 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_PERIODS, -1); in snd_pcm_hw_constraints_init()
2589 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
2599 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init()
2689 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_pcm_hw_constraints_complete()
[all...]
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-pcm.c151 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_pcm.c213 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_pcm.c176 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-pcm.c81 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-pcm.c174 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/soc/rockchip/
H A Drockchip_max98090.c201 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 240, 240); in rk_aif1_startup()
/kernel/linux/linux-6.6/sound/soc/rockchip/
H A Drockchip_max98090.c201 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 240, 240); in rk_aif1_startup()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_pcm.c176 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-pcm.c151 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_pcm.c213 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-pcm.c174 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/pci/rme9652/
H A Drme9652.c2017 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params()
2039 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params()
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 Drme9652.c1963 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params()
1987 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params()
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/firewire/fireface/
H A Dff-pcm.c190 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-pcm.c201 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-pcm.c227 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-pcm.c227 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-pcm.c190 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-pcm.c201 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()

Completed in 30 milliseconds

123