summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/hosted/ibasso/system-ibasso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/ibasso/system-ibasso.c b/firmware/target/hosted/ibasso/system-ibasso.c
index cf087761d3..45a6514aa2 100644
--- a/firmware/target/hosted/ibasso/system-ibasso.c
+++ b/firmware/target/hosted/ibasso/system-ibasso.c
@@ -63,7 +63,7 @@ void system_init(void)
63 Prevent device to mute, which will cause tinyalsa pcm_writes to fail. 63 Prevent device to mute, which will cause tinyalsa pcm_writes to fail.
64 /sys/class/codec/wm8740_mute 64 /sys/class/codec/wm8740_mute
65 */ 65 */
66 if(! sysfs_set_char(SYSFS_WM8740_MUTE, '0')) 66 if(! sysfs_set_char(SYSFS_WM8740_MUTE, 0))
67 { 67 {
68 DEBUGF("ERROR %s: Can not set WM8740 lock.", __func__); 68 DEBUGF("ERROR %s: Can not set WM8740 lock.", __func__);
69 } 69 }