Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_BUFFER_SIZE (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/sound/soc/omap/
Domap-mcbsp.c96 SNDRV_PCM_HW_PARAM_BUFFER_SIZE); in omap_mcbsp_hwrule_min_buffersize()
143 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in omap_mcbsp_dai_startup()
/linux-4.4.14/sound/core/
Dpcm_native.c2033 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_BUFFER_SIZE)); in snd_pcm_hw_constraints_init()
2066 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, -1); in snd_pcm_hw_constraints_init()
2081 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_BUFFER_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()
2091 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_PERIODS, -1); in snd_pcm_hw_constraints_init()
2104 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_pcm_hw_constraints_init()
2109 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_pcm_hw_constraints_init()
2114 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_pcm_hw_constraints_init()
2126 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1); in snd_pcm_hw_constraints_init()
2136 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init()
Dpcm_lib.c1742 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_pcm_hw_params_choose()
1749 if (*v != SNDRV_PCM_HW_PARAM_BUFFER_SIZE) in snd_pcm_hw_params_choose()
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi-ahb-audio.c349 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in dw_hdmi_open()
/linux-4.4.14/sound/pci/mixart/
Dmixart.c784 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 64); in snd_mixart_playback_open()
865 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 64); in snd_mixart_capture_open()
/linux-4.4.14/sound/pci/
Dsis7019.c498 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_playback_open()
699 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_capture_open()
Dcmipci.c1685 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback_open()
1710 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_capture_open()
1748 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback2_open()
1774 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_playback_spdif_open()
1793 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_capture_spdif_open()
/linux-4.4.14/include/uapi/sound/
Dasound.h352 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ macro
/linux-4.4.14/sound/firewire/
Damdtp-stream.c177 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 32); in amdtp_stream_add_pcm_hw_constraints()
/linux-4.4.14/sound/pci/lola/
Dlola_pcm.c251 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in lola_pcm_open()
/linux-4.4.14/sound/pci/trident/
Dtrident_main.c1871 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_playback_open()
1932 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_spdif_open()
1999 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_capture_open()
2042 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_foldback_open()
/linux-4.4.14/sound/pci/lx6464es/
Dlx6464es.c257 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 32); in lx_pcm_open()
/linux-4.4.14/include/sound/
Dpcm.h949 return hw_param_interval_c(p, SNDRV_PCM_HW_PARAM_BUFFER_SIZE)->min; in params_buffer_size()
/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr.c1090 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 32); in pcxhr_open()
/linux-4.4.14/sound/pci/ali5451/
Dali5451.c1511 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_ali_open()
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio.c327 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in pcm_open()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c721 … snd_pcm_hw_param_value_max(slave_params, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, NULL)) * oss_frame_size; in snd_pcm_oss_period_size()
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c6092 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_hdspm_open()