Data Fields | |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
snd_pcm_t * | icard |
snd_pcm_t * | ocard |
ast_channel * | owner |
Definition at line 114 of file chan_alsa.c.
char context[AST_MAX_CONTEXT] |
char exten[AST_MAX_EXTENSION] |
snd_pcm_t* icard |
Definition at line 120 of file chan_alsa.c.
Referenced by alsa_answer(), alsa_call(), alsa_hangup(), alsa_read(), console_answer(), soundcard_init(), and unload_module().
snd_pcm_t * ocard |
Definition at line 120 of file chan_alsa.c.
Referenced by alsa_write(), soundcard_init(), and unload_module().
struct ast_channel* owner |
Definition at line 117 of file chan_alsa.c.
Referenced by alsa_call(), alsa_fixup(), alsa_hangup(), alsa_new(), alsa_request(), console_answer(), console_dial(), console_hangup(), console_sendtext(), grab_owner(), and unload_module().