Searched refs:snd_pcm_alaw_open (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_plugin.h | 119 int snd_pcm_alaw_open(snd_pcm_t **pcmp, const char *name,
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_alaw.c | 424 int snd_pcm_alaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_alaw_open() function 489 <LI>snd_pcm_alaw_open() 549 err = snd_pcm_alaw_open(pcmp, name, sformat, spcm, 1); in _snd_pcm_alaw_open()
|
H A D | pcm_plug.c | 539 f = snd_pcm_alaw_open; in snd_pcm_plug_change_format() 585 f = snd_pcm_alaw_open; in snd_pcm_plug_change_format()
|
Completed in 4 milliseconds