Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20cf83cb authored by Piyush Gupta's avatar Piyush Gupta Committed by Steve Kondik
Browse files

Adding use_small_bufs boolean

-apq8084 HAL expects use_small_bufs to be present

-variable is not being assigned to anything as this
  is needed for fix compilation

Change-Id: I59430dffe84e20ed965cb8053cfe7f03626171d8
parent e6e602f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -814,6 +814,7 @@ typedef struct {
    bool has_video;                     // true if stream is tied to a video stream
    bool is_streaming;                  // true if streaming, false if local playback
    uint16_t bit_width;                 // bits per sample
    bool use_small_bufs;                // true if offloading audio track
} audio_offload_info_t;

#define AUDIO_MAKE_OFFLOAD_INFO_VERSION(maj,min) \