diff options
| -rw-r--r-- | firmware/drivers/tlv320.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/tlv320.c b/firmware/drivers/tlv320.c index e2ad5d7..8ef3291 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) |