diff options
Diffstat (limited to 'firmware/drivers/audio/wm8758.c')
-rw-r--r-- | firmware/drivers/audio/wm8758.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8758.c b/firmware/drivers/audio/wm8758.c index 4a01836776..30740d5fed 100644 --- a/firmware/drivers/audio/wm8758.c +++ b/firmware/drivers/audio/wm8758.c @@ -268,7 +268,7 @@ void audiohw_set_recvol(int left, int right, int type) { (void)type; } -void audiohw_set_monitor(int enable) { +void audiohw_set_monitor(bool enable) { (void)enable; } |