Loading include/system/audio.h +5 −1 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ typedef enum { #ifdef QCOM_FM_ENABLED AUDIO_STREAM_FM = 10, #endif #ifdef QCOM_HARDWARE AUDIO_STREAM_INCALL_MUSIC = 11, #endif AUDIO_STREAM_CNT, AUDIO_STREAM_MAX = AUDIO_STREAM_CNT - 1, Loading Loading @@ -517,9 +520,10 @@ typedef enum { //Qualcomm Flags AUDIO_OUTPUT_FLAG_LPA = 0x1000, // use LPA AUDIO_OUTPUT_FLAG_TUNNEL = 0x2000, // use Tunnel AUDIO_OUTPUT_FLAG_VOIP_RX = 0x4000 // use this flag in combination with DIRECT to AUDIO_OUTPUT_FLAG_VOIP_RX = 0x4000, // use this flag in combination with DIRECT to // indicate HAL to activate EC & NS // path for VOIP calls AUDIO_OUTPUT_FLAG_INCALL_MUSIC = 0x8000 //use this flag for incall music delivery #endif } audio_output_flags_t; Loading Loading
include/system/audio.h +5 −1 Original line number Diff line number Diff line Loading @@ -50,6 +50,9 @@ typedef enum { #ifdef QCOM_FM_ENABLED AUDIO_STREAM_FM = 10, #endif #ifdef QCOM_HARDWARE AUDIO_STREAM_INCALL_MUSIC = 11, #endif AUDIO_STREAM_CNT, AUDIO_STREAM_MAX = AUDIO_STREAM_CNT - 1, Loading Loading @@ -517,9 +520,10 @@ typedef enum { //Qualcomm Flags AUDIO_OUTPUT_FLAG_LPA = 0x1000, // use LPA AUDIO_OUTPUT_FLAG_TUNNEL = 0x2000, // use Tunnel AUDIO_OUTPUT_FLAG_VOIP_RX = 0x4000 // use this flag in combination with DIRECT to AUDIO_OUTPUT_FLAG_VOIP_RX = 0x4000, // use this flag in combination with DIRECT to // indicate HAL to activate EC & NS // path for VOIP calls AUDIO_OUTPUT_FLAG_INCALL_MUSIC = 0x8000 //use this flag for incall music delivery #endif } audio_output_flags_t; Loading