mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
fix mod_alsa compile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5253 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
64672889ce
commit
e47ebad696
@ -152,7 +152,8 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc
|
||||
static switch_status_t channel_kill_channel(switch_core_session_t *session, int sig);
|
||||
static switch_status_t engage_device(unsigned int samplerate, int codec_ms);
|
||||
static switch_status_t load_config(void);
|
||||
static switch_status_t pa_cmd(char *dest, switch_core_session_t *session, switch_stream_handle_t *stream);
|
||||
SWITCH_STANDARD_API(pa_cmd);
|
||||
|
||||
|
||||
|
||||
/*
|
||||
@ -1529,7 +1530,7 @@ SWITCH_STANDARD_API(pa_cmd)
|
||||
char *mycmd = NULL;
|
||||
switch_status_t status = SWITCH_STATUS_SUCCESS;
|
||||
pa_command_t func = NULL;
|
||||
int lead = 1, devval = 0;
|
||||
int lead = 1;
|
||||
char *wcmd = NULL, *action = NULL;
|
||||
char cmd_buf[1024] = "";
|
||||
char *http = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user