/linux-4.4.14/sound/core/ |
D | pcm_native.c | 2061 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in snd_pcm_hw_constraints_init() 2076 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_TIME, -1); in snd_pcm_hw_constraints_init() 2086 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1); in snd_pcm_hw_constraints_init() 2089 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init() 2094 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init() 2099 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_pcm_hw_constraints_init() 2106 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_PERIODS, -1); in snd_pcm_hw_constraints_init() 2121 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init() 2131 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init() 2220 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_pcm_hw_constraints_complete()
|
/linux-4.4.14/sound/pci/rme9652/ |
D | rme9652.c | 2001 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params() 2023 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_rme9652_hw_params() 2285 …snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_size… in snd_rme9652_playback_open() 2345 …snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hw_constraints_period_size… in snd_rme9652_capture_open()
|
D | hdspm.c | 5545 SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdspm_hw_params() 5572 SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdspm_hw_params() 6082 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdspm_open() 6088 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_hdspm_open() 6098 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_hdspm_open()
|
D | hdsp.c | 4030 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdsp_hw_params() 4057 _snd_pcm_hw_param_setempty(params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdsp_hw_params() 4444 …snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hdsp_hw_constraints_period… in snd_hdsp_playback_open() 4521 …snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, &hdsp_hw_constraints_period… in snd_hdsp_capture_open()
|
/linux-4.4.14/sound/pci/ |
D | sis7019.c | 496 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_playback_open() 697 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_capture_open()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | asihpi.c | 1119 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_card_asihpi_playback_open() 1122 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_card_asihpi_playback_open() 1290 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_card_asihpi_capture_open() 1292 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_card_asihpi_capture_open()
|
/linux-4.4.14/include/uapi/sound/ |
D | asound.h | 340 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between macro
|
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.c | 173 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 32); in amdtp_stream_add_pcm_hw_constraints()
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-mcbsp.c | 150 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 2); in omap_mcbsp_dai_startup()
|
/linux-4.4.14/sound/pci/lola/ |
D | lola_pcm.c | 253 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in lola_pcm_open()
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx6464es.c | 247 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in lx_pcm_open()
|
/linux-4.4.14/sound/pci/korg1212/ |
D | korg1212.c | 1397 snd_pcm_hw_constraint_single(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_korg1212_playback_open() 1427 snd_pcm_hw_constraint_single(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_korg1212_capture_open()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 756 snd_pcm_hw_param_value_min(slave_params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, NULL)); in snd_pcm_oss_period_size() 763 snd_pcm_hw_param_value_max(slave_params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, NULL)); in snd_pcm_oss_period_size() 979 err = snd_pcm_hw_param_near(substream, sparams, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, n, NULL); in snd_pcm_oss_change_params()
|
/linux-4.4.14/include/sound/ |
D | pcm.h | 931 return hw_param_interval_c(p, SNDRV_PCM_HW_PARAM_PERIOD_SIZE)->min; in params_period_size()
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_ssi.c | 612 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 2); in fsl_ssi_startup()
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr.c | 1092 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, 32); in pcxhr_open()
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | echoaudio.c | 323 SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in pcm_open()
|