diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-13 21:20:28 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-13 21:20:28 +0000 |
| commit | 3c357a84076eaa0534d60b08f9fa3ead3cc291e9 (patch) | |
| tree | a7c0ac400a51cb24c0f63651abd5f4b52f5abc86 | |
| parent | 15db7f2a480bf7dc06949d4a9d03cc6ea3376248 (diff) | |
| download | rockbox-3c357a84076eaa0534d60b08f9fa3ead3cc291e9.zip rockbox-3c357a84076eaa0534d60b08f9fa3ead3cc291e9.tar.gz rockbox-3c357a84076eaa0534d60b08f9fa3ead3cc291e9.tar.bz2 rockbox-3c357a84076eaa0534d60b08f9fa3ead3cc291e9.tar.xz | |
Patch #5375 by Rani Hod - Eliminate click on X5 shutdown
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10210 a1c6a512-1295-4272-9138-f99709370657
| -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) |