/device/samsung/crespo/alsa-lib/include/ |
pcm_old.h | 134 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
pcm.h | 662 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_local.h | [all...] |
pcm.c | 4722 int snd_pcm_hw_params_set_periods_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) function [all...] |
/device/samsung/crespo/alsa-utils/aplay/ |
aplay.c | 971 err = snd_pcm_hw_params_set_periods_min(handle, params, 2); [all...] |