summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2007-11-19 16:02:52 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2007-11-19 16:02:52 +0000
commit0fc7fb3686c0e52ceac843c1a91f1070f1a70bf6 (patch)
treeea8f3e003ac818c733d76184212fb5eab4231db9
parentc359a0ee917fbbfd14466d2502cd2b96d1d50268 (diff)
downloadrockbox-0fc7fb3686c0e52ceac843c1a91f1070f1a70bf6.zip
rockbox-0fc7fb3686c0e52ceac843c1a91f1070f1a70bf6.tar.gz
rockbox-0fc7fb3686c0e52ceac843c1a91f1070f1a70bf6.tar.bz2
rockbox-0fc7fb3686c0e52ceac843c1a91f1070f1a70bf6.tar.xz
replace strange characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15691 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/audio/wm8731.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8731.c b/firmware/drivers/audio/wm8731.c
index e051fc4..e0e7cb3 100644
--- a/firmware/drivers/audio/wm8731.c
+++ b/firmware/drivers/audio/wm8731.c
@@ -177,7 +177,7 @@ void audiohw_postinit(void)
{
sleep(HZ);
- /* 4) Set the �Active� bit in register 12h. */
+ /* 4) Set the 'Active' bit in register 12h. */
codec_set_active(true);
audiohw_mute(false);