mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 12:10:18 +00:00
freetdm: remove unused core flag macros
This commit is contained in:
parent
525b0978ca
commit
358a3192c5
@ -730,26 +730,6 @@ static __inline__ int ftdm_check_state_all(ftdm_span_t *span, ftdm_channel_state
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static __inline__ void ftdm_set_flag_all(ftdm_span_t *span, uint32_t flag)
|
|
||||||
{
|
|
||||||
uint32_t j;
|
|
||||||
ftdm_mutex_lock(span->mutex);
|
|
||||||
for(j = 1; j <= span->chan_count; j++) {
|
|
||||||
ftdm_set_flag_locked((span->channels[j]), flag);
|
|
||||||
}
|
|
||||||
ftdm_mutex_unlock(span->mutex);
|
|
||||||
}
|
|
||||||
|
|
||||||
static __inline__ void ftdm_clear_flag_all(ftdm_span_t *span, uint32_t flag)
|
|
||||||
{
|
|
||||||
uint32_t j;
|
|
||||||
ftdm_mutex_lock(span->mutex);
|
|
||||||
for(j = 1; j <= span->chan_count; j++) {
|
|
||||||
ftdm_clear_flag_locked((span->channels[j]), flag);
|
|
||||||
}
|
|
||||||
ftdm_mutex_unlock(span->mutex);
|
|
||||||
}
|
|
||||||
|
|
||||||
static __inline__ int16_t ftdm_saturated_add(int16_t sample1, int16_t sample2)
|
static __inline__ int16_t ftdm_saturated_add(int16_t sample1, int16_t sample2)
|
||||||
{
|
{
|
||||||
int addres;
|
int addres;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user