summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8758.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8758.c')
-rw-r--r--firmware/drivers/audio/wm8758.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/audio/wm8758.c b/firmware/drivers/audio/wm8758.c
index 9ae78191bf..df90081354 100644
--- a/firmware/drivers/audio/wm8758.c
+++ b/firmware/drivers/audio/wm8758.c
@@ -305,6 +305,7 @@ void audiohw_disable_recording(void)
305 wmcodec_write(PWRMGMT2, PWRMGMT2_ROUT1EN | PWRMGMT2_LOUT1EN); 305 wmcodec_write(PWRMGMT2, PWRMGMT2_ROUT1EN | PWRMGMT2_LOUT1EN);
306} 306}
307 307
308/* volume in 0 .. 63, corresponds to -12dB .. +35.25dB in 0.75dB steps */
308void audiohw_set_recvol(int left, int right, int type) 309void audiohw_set_recvol(int left, int right, int type)
309{ 310{
310 switch (type) 311 switch (type)