commit | 039a728cb1a7b582b9c1ce6a5d3f19ce90008f3e | [log] [tgz] |
---|---|---|
author | Aniket Kumar Lata <alata@codeaurora.org> | Thu May 02 12:00:29 2019 -0700 |
committer | Aniket Kumar Lata <alata@codeaurora.org> | Thu May 02 12:21:47 2019 -0700 |
tree | f9ea1d5cc91b351a8e8d345c1a488c6d9bd960e0 | |
parent | 198adc001c0a8756f41ee28bcccf71f2922fe627 [diff] |
a2dp: Fix AAC frame size control Remove incorrect member from AAC structure shared with btaudio_offload. Change-Id: I571927c9281a574b96756fe346fe903d5ae07d9a
diff --git a/hal/audio_extn/a2dp.c b/hal/audio_extn/a2dp.c index 19c839c..c9ab383 100644 --- a/hal/audio_extn/a2dp.c +++ b/hal/audio_extn/a2dp.c
@@ -678,7 +678,6 @@ uint32_t sampling_rate; uint32_t bitrate; uint32_t bits_per_sample; - struct aac_frame_size_control_t frame_ctl; } audio_aac_encoder_config; #endif