summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sonynwz/debug-nwz.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sonynwz/debug-nwz.c')
-rw-r--r--firmware/target/hosted/sonynwz/debug-nwz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sonynwz/debug-nwz.c b/firmware/target/hosted/sonynwz/debug-nwz.c
index c9a430e7c2..859eddb47b 100644
--- a/firmware/target/hosted/sonynwz/debug-nwz.c
+++ b/firmware/target/hosted/sonynwz/debug-nwz.c
@@ -369,7 +369,7 @@ bool dbg_hw_info_audio(void)
369 { 369 {
370 case VOL: 370 case VOL:
371 vol += inc ? 1 : -1; 371 vol += inc ? 1 : -1;
372 pcm_alsa_set_digital_volume(vol, vol); 372 pcm_set_mixer_volume(vol, vol);
373 break; 373 break;
374 case ACOUSTIC: 374 case ACOUSTIC:
375 audiohw_enable_acoustic(!audiohw_acoustic_enabled()); 375 audiohw_enable_acoustic(!audiohw_acoustic_enabled());