Loading audio/common/2.0/types.hal +2 −2 Original line number Original line Diff line number Diff line Loading @@ -672,7 +672,7 @@ enum AudioOutputFlag : int32_t { DIRECT_PCM = 0x2000, // Audio stream containing PCM data that needs DIRECT_PCM = 0x2000, // Audio stream containing PCM data that needs // to pass through compress path for DSP post proc. // to pass through compress path for DSP post proc. MMAP_NOIRQ = 0x4000, // output operates in MMAP no IRQ mode. MMAP_NOIRQ = 0x4000, // output operates in MMAP no IRQ mode. VOIP_CALL_RX = 0x8000, // preferred output for VoIP calls. VOIP_RX = 0x8000, // preferred output for VoIP calls. }; }; /* /* Loading @@ -689,7 +689,7 @@ enum AudioInputFlag : int32_t { RAW = 0x4, // minimize signal processing RAW = 0x4, // minimize signal processing SYNC = 0x8, // synchronize I/O streams SYNC = 0x8, // synchronize I/O streams MMAP_NOIRQ = 0x10, // input operates in MMAP no IRQ mode. MMAP_NOIRQ = 0x10, // input operates in MMAP no IRQ mode. VOIP_CALL_TX = 0x20, // preferred input for VoIP calls. VOIP_TX = 0x20, // preferred input for VoIP calls. }; }; @export(name="audio_usage_t", value_prefix="AUDIO_USAGE_") @export(name="audio_usage_t", value_prefix="AUDIO_USAGE_") Loading Loading
audio/common/2.0/types.hal +2 −2 Original line number Original line Diff line number Diff line Loading @@ -672,7 +672,7 @@ enum AudioOutputFlag : int32_t { DIRECT_PCM = 0x2000, // Audio stream containing PCM data that needs DIRECT_PCM = 0x2000, // Audio stream containing PCM data that needs // to pass through compress path for DSP post proc. // to pass through compress path for DSP post proc. MMAP_NOIRQ = 0x4000, // output operates in MMAP no IRQ mode. MMAP_NOIRQ = 0x4000, // output operates in MMAP no IRQ mode. VOIP_CALL_RX = 0x8000, // preferred output for VoIP calls. VOIP_RX = 0x8000, // preferred output for VoIP calls. }; }; /* /* Loading @@ -689,7 +689,7 @@ enum AudioInputFlag : int32_t { RAW = 0x4, // minimize signal processing RAW = 0x4, // minimize signal processing SYNC = 0x8, // synchronize I/O streams SYNC = 0x8, // synchronize I/O streams MMAP_NOIRQ = 0x10, // input operates in MMAP no IRQ mode. MMAP_NOIRQ = 0x10, // input operates in MMAP no IRQ mode. VOIP_CALL_TX = 0x20, // preferred input for VoIP calls. VOIP_TX = 0x20, // preferred input for VoIP calls. }; }; @export(name="audio_usage_t", value_prefix="AUDIO_USAGE_") @export(name="audio_usage_t", value_prefix="AUDIO_USAGE_") Loading