
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 139 of file chan_alsa.c.
| char context[AST_MAX_CONTEXT] |
| char exten[AST_MAX_EXTENSION] |
| snd_pcm_t* icard |
Definition at line 148 of file chan_alsa.c.
Referenced by alsa_answer(), alsa_call(), alsa_hangup(), alsa_read(), console_answer(), sound_thread(), soundcard_init(), and unload_module().
| snd_pcm_t * ocard |
Definition at line 148 of file chan_alsa.c.
Referenced by alsa_write(), send_sound(), sound_thread(), soundcard_init(), and unload_module().
| struct ast_channel* owner |
Definition at line 142 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(), sound_thread(), and unload_module().
1.4.7