Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_set_periods_near (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-lib/include/
H A Dpcm_old.h128 ___symbol_version(snd_pcm_hw_params_set_periods_near, "ALSA_0.9");
140 unsigned int snd_pcm_hw_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir);
H A Dpcm.h878 int snd_pcm_hw_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c87 err = INTERNAL(snd_pcm_hw_params_set_periods_near)(pcm, hw_params, &periods, NULL); in set_hw_params()
H A Dpcm.c5673 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_periods_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_periods_near() function
5675 int snd_pcm_hw_params_set_periods_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_periods_near()
8115 __OLD_NEAR1(snd_pcm_hw_params_set_periods_near, unsigned int);
8228 OBSOLETE1(snd_pcm_hw_params_set_periods_near, ALSA_0.9, ALSA_0.9.0rc4);
H A Dpcm_direct.c1315 ret = INTERNAL(snd_pcm_hw_params_set_periods_near)(spcm,
H A Dpcm_local.h927 int INTERNAL(snd_pcm_hw_params_set_periods_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c95 r = snd_pcm_hw_params_set_periods_near(pcm, hwparams, &periods, &dir); in main()
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c547 err = snd_pcm_hw_params_set_periods_near(handle, params, &nperiods, NULL); in set_hwparams()

Completed in 22 milliseconds