Searched refs:SNDRV_PCM_HW_PARAM_BUFFER_BYTES (Results 1 - 25 of 37) sorted by path

12

/linux-master/include/sound/
H A Dpcm.h1052 return hw_param_interval_c(p, SNDRV_PCM_HW_PARAM_BUFFER_BYTES)->min;
/linux-master/include/uapi/sound/
H A Dasound.h382 #define SNDRV_PCM_HW_PARAM_BUFFER_BYTES 18 /* Size of buffer in bytes */ macro
/linux-master/sound/arm/
H A Dpxa2xx-pcm-lib.c104 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 32);
/linux-master/sound/core/
H A Dpcm_native.c2500 snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_BUFFER_BYTES));
2532 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, -1);
2577 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1);
2590 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
2659 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
2664 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
2666 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, -1);
2672 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes);
/linux-master/sound/drivers/
H A Ddummy.c148 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 256, UINT_MAX);
/linux-master/sound/drivers/vx/
H A Dvx_pcm.c546 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 4);
936 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 4);
/linux-master/sound/isa/sb/
H A Dsb8_main.c517 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 2);
/linux-master/sound/pci/asihpi/
H A Dasihpi.c1053 SNDRV_PCM_HW_PARAM_BUFFER_BYTES);
1216 SNDRV_PCM_HW_PARAM_BUFFER_BYTES);
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c144 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 64);
/linux-master/sound/pci/ctxfi/
H A Dctpcm.c143 SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
284 SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/pci/emu10k1/
H A Demupcm.c1270 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
1308 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
1387 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/pci/
H A Des1938.c900 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, 0xff00);
925 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, 0xff00);
H A Des1968.c1608 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES);
H A Drme32.c808 SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
H A Drme96.c1142 snd_pcm_hw_constraint_single(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/pci/hda/
H A Dhda_controller.c633 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/pci/ice1712/
H A Dice1724.c1030 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
1051 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
1198 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
1235 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/pci/oxygen/
H A Doxygen_pcm.c156 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 32);
/linux-master/sound/ppc/
H A Dsnd_ps3.c526 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/soc/bcm/
H A Dbcm63xx-pcm-whistler.c203 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 32);
H A Dcygnus-pcm.c593 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, PERIOD_BYTES_MIN);
/linux-master/sound/soc/google/
H A Dchv3-i2s.c141 SNDRV_PCM_HW_PARAM_BUFFER_BYTES);
/linux-master/sound/soc/kirkwood/
H A Dkirkwood-dma.c112 SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
119 SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
/linux-master/sound/soc/loongson/
H A Dloongson_dma.c243 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 128);
/linux-master/sound/soc/mediatek/common/
H A Dmtk-afe-fe-dai.c51 SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 16);

Completed in 453 milliseconds

12