/linux/sound/soc/sof/ |
H A D | stream-ipc.c | 107 snd_pcm_hw_constraint_step(substream->runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 4); in sof_stream_pcm_open()
|
/linux/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 99 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32); in pxa2xx_pcm_open()
|
/linux/sound/soc/tegra/ |
H A D | tegra_pcm.c | 95 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 0x8); in tegra_pcm_open()
|
/linux/sound/soc/meson/ |
H A D | aiu-fifo.c | 151 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in aiu_fifo_startup()
|
H A D | axg-fifo.c | 242 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in axg_fifo_pcm_open()
|
/linux/sound/soc/kirkwood/ |
H A D | kirkwood-dma.c | 125 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in kirkwood_dma_open()
|
/linux/sound/soc/sof/intel/ |
H A D | hda-pcm.c | 255 snd_pcm_hw_constraint_step(substream->runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 4); in hda_dsp_pcm_open()
|
/linux/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | bcm2835-pcm.c | 139 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_bcm2835_playback_open_generic()
|
/linux/include/sound/ |
H A D | pcm_params.h | 337 return hw_param_interval_c(p, SNDRV_PCM_HW_PARAM_PERIOD_BYTES)->min; in params_period_bytes()
|
/linux/sound/soc/ti/ |
H A D | omap-hdmi.c | 73 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 128); in hdmi_dai_startup()
|
/linux/sound/soc/loongson/ |
H A D | loongson_dma.c | 239 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 128); in loongson_pcm_open()
|
/linux/sound/soc/amd/acp/ |
H A D | acp-platform.c | 287 ret = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, DMA_SIZE); in acp_dma_open()
|
/linux/sound/drivers/vx/ |
H A D | vx_pcm.c | 549 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 4); in vx_pcm_playback_open() 941 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 4); in vx_pcm_capture_open()
|
/linux/sound/soc/sprd/ |
H A D | sprd-pcm-dma.c | 61 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in sprd_pcm_open()
|
/linux/sound/pci/mixart/ |
H A D | mixart.c | 766 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32); in snd_mixart_playback_open() 847 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32); in snd_mixart_capture_open()
|
/linux/Documentation/sound/designs/ |
H A D | tracepoints.rst | 67 - SNDRV_PCM_HW_PARAM_PERIOD_BYTES
|
/linux/sound/pci/ice1712/ |
H A D | ice1724.c | 1028 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_vt1724_playback_pro_open() 1049 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_vt1724_capture_pro_open() 1196 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_vt1724_playback_spdif_open() 1233 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_vt1724_capture_spdif_open()
|
/linux/sound/isa/sb/ |
H A D | sb8_main.c | 519 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 2); in snd_sb8_open()
|
/linux/sound/soc/xilinx/ |
H A D | xlnx_formatter_pcm.c | 384 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in xlnx_formatter_pcm_open()
|
/linux/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 377 err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64); in snd_emu10k1x_playback_open() 557 err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64); in snd_emu10k1x_pcm_open_capture()
|
/linux/sound/pci/au88x0/ |
H A D | au88x0_pcm.c | 139 SNDRV_PCM_HW_PARAM_PERIOD_BYTES); in snd_vortex_pcm_open()
|
/linux/sound/pci/ca0106/ |
H A D | ca0106_main.c | 581 err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64); in snd_ca0106_pcm_open_playback_channel() 677 err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64); in snd_ca0106_pcm_open_capture_channel()
|
/linux/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 152 SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32); in oxygen_open()
|
/linux/tools/include/uapi/sound/ |
H A D | asound.h |
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 281 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_em28xx_capture_open()
|