summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8731.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8731.c')
-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 0499c4e7d2..e50079a18d 100644
--- a/firmware/drivers/audio/wm8731.c
+++ b/firmware/drivers/audio/wm8731.c
@@ -149,7 +149,7 @@ int sound_val2phys(int setting, int value)
149 return result; 149 return result;
150} 150}
151 151
152void audiohw_mute(bool mute) 152static void audiohw_mute(bool mute)
153{ 153{
154 if (mute) { 154 if (mute) {
155 /* Set DACMU = 1 to soft-mute the audio DACs. */ 155 /* Set DACMU = 1 to soft-mute the audio DACs. */