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

Commit 3b3230f8 authored by howardchung's avatar howardchung
Browse files

Floss: Wire a2dp source cleanup in topshim

Cleanup the interface by calling btav_source_interface_t::cleanup
directly.

Bug: 264745185
Test: run AVRCP/CT/PTH/BV-01-C along with the top of this series
Tag: #floss

Change-Id: I0d7bd25e938638ea79657f462826cd5b00b994e3
parent 8be89bba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,7 @@ int A2dpIntf::config_codec(RawAddress addr, ::rust::Vec<A2dpCodecConfig> codec_p
}

void A2dpIntf::cleanup() const {
  // TODO: Implement.
  intf_->cleanup();
}
bool A2dpIntf::set_audio_config(A2dpCodecConfig rconfig) const {
  bluetooth::audio::a2dp::AudioConfig config = {