diff --git a/firmware/drivers/tlv320.c b/firmware/drivers/tlv320.c index e2ad5d7594..8ef32919ce 100644 --- a/firmware/drivers/tlv320.c +++ b/firmware/drivers/tlv320.c @@ -154,7 +154,7 @@ void tlv320_mute(bool mute) void tlv320_close() { - /* todo */ + tlv320_write_reg(REG_PC, 0xFF); /* All OFF */ } void tlv320_enable_recording(bool source_mic)