diff options
| -rw-r--r-- | firmware/target/hosted/ibasso/system-ibasso.c | 2 |
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 cf08776..45a6514 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) Prevent device to mute, which will cause tinyalsa pcm_writes to fail. /sys/class/codec/wm8740_mute */ - if(! sysfs_set_char(SYSFS_WM8740_MUTE, '0')) + if(! sysfs_set_char(SYSFS_WM8740_MUTE, 0)) { DEBUGF("ERROR %s: Can not set WM8740 lock.", __func__); } |