summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sonynwz/debug-nwz.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-01 12:53:42 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-01 12:55:52 -0400
commit6d47dc9a8860a17a9e630b8662f33df63011bad9 (patch)
tree53f3a7ad38fa0f739b366b4f98dd40eb90921f4d /firmware/target/hosted/sonynwz/debug-nwz.c
parente43726df2cd1cb8275234d60b818d417cfe730b5 (diff)
downloadrockbox-6d47dc9a8860a17a9e630b8662f33df63011bad9.tar.gz
rockbox-6d47dc9a8860a17a9e630b8662f33df63011bad9.zip
fix some of the red introduced in e43726d
Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad
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 0c0b494330..c9a430e7c2 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); 372 pcm_alsa_set_digital_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());