add SMBF_ONE_ONLY flag and use it on dtmf detectors

This commit is contained in:
Anthony Minessale
2013-03-27 17:19:40 -05:00
parent e3ac7c50ac
commit 7818c3c9ed
4 changed files with 23 additions and 4 deletions
+2 -1
View File
@@ -1510,7 +1510,8 @@ typedef enum {
SMBF_STEREO_SWAP = (1 << 11),
SMBF_LOCK = (1 << 12),
SMBF_TAP_NATIVE_READ = (1 << 13),
SMBF_TAP_NATIVE_WRITE = (1 << 14)
SMBF_TAP_NATIVE_WRITE = (1 << 14),
SMBF_ONE_ONLY = (1 << 15)
} switch_media_bug_flag_enum_t;
typedef uint32_t switch_media_bug_flag_t;