From c4de9c4423d9b1d50ab86a4f371e7ba2fe4d0a9d Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 1 Sep 2015 21:05:47 -0700 Subject: [PATCH] Mute audio whenever baseband mode is changed. --- firmware/baseband/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/baseband/main.cpp b/firmware/baseband/main.cpp index 4ef32f73..3f041070 100755 --- a/firmware/baseband/main.cpp +++ b/firmware/baseband/main.cpp @@ -279,6 +279,7 @@ int main(void) { if( message->configuration.mode != baseband_configuration.mode ) { if( baseband_processor ) { + i2s::i2s0::tx_mute(); baseband::dma::disable(); rf::rssi::stop(); }