summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/audio/uda1341.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/audio/uda1341.c b/firmware/drivers/audio/uda1341.c
index a566b611c6..6b38353afe 100644
--- a/firmware/drivers/audio/uda1341.c
+++ b/firmware/drivers/audio/uda1341.c
@@ -221,10 +221,12 @@ void audiohw_set_treble(int value)
221} 221}
222*/ 222*/
223 223
224#ifdef AUDIOHW_HAVE_PRESCALER
224void audiohw_set_prescaler(int val) 225void audiohw_set_prescaler(int val)
225{ 226{
226 (void)val; 227 (void)val;
227} 228}
229#endif /* AUDIOHW_HAVE_PRESCALER */
228 230
229/** 231/**
230 * Sets left and right master volume (1(max) to 62(muted)) 232 * Sets left and right master volume (1(max) to 62(muted))