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

Commit 157e85fa authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "a2dp: Fix misaligned structure for LDAC encoder"

parents 6dde1163 d019628d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -710,9 +710,9 @@ typedef struct {
    uint32_t bit_rate; /*303000,606000,909000(in bits per second)*/
    uint16_t channel_mode; /* 0, 4, 2, 1*/
    uint16_t mtu; /*679*/
    uint32_t bits_per_sample;
    bool is_abr_enabled;
    struct quality_level_to_bitrate_info level_to_bitrate_map;
    uint32_t bits_per_sample;
} audio_ldac_encoder_config;

/* Information about BT AAC decoder configuration