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

Commit d019628d authored by Aniket Kumar Lata's avatar Aniket Kumar Lata
Browse files

a2dp: Fix misaligned structure for LDAC encoder

Fix LDAC structure misalignment with btaudio_offload.

Change-Id: I040bf5c61dadff8503ea81542e0a71b9d9bfb629
parent 99c1fc0d
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