summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/wm8731l.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8731l.c')
-rw-r--r--firmware/drivers/audio/wm8731l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8731l.c b/firmware/drivers/audio/wm8731l.c
index c87c7d0125..94efc535e2 100644
--- a/firmware/drivers/audio/wm8731l.c
+++ b/firmware/drivers/audio/wm8731l.c
@@ -82,7 +82,7 @@ int tenthdb2mixer(int db)
return -db * 2 / 5;
}
-void audiohw_mute(int mute)
+void audiohw_mute(bool mute)
{
if (mute)
{