Searched refs:snd_pcm_mulaw_open (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_plugin.h | 109 int snd_pcm_mulaw_open(snd_pcm_t **pcmp, const char *name,
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_mulaw.c | 437 int snd_pcm_mulaw_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sformat, snd_pcm_t *slave, int close_slave) in snd_pcm_mulaw_open() function 502 <LI>snd_pcm_mulaw_open() 562 err = snd_pcm_mulaw_open(pcmp, name, sformat, spcm, 1); in _snd_pcm_mulaw_open()
|
H A D | pcm_plug.c | 534 f = snd_pcm_mulaw_open; in snd_pcm_plug_change_format() 580 f = snd_pcm_mulaw_open; in snd_pcm_plug_change_format()
|
Completed in 3 milliseconds