diff options
Diffstat (limited to 'firmware/target/hosted/sonynwz/debug-nwz.c')
-rw-r--r-- | firmware/target/hosted/sonynwz/debug-nwz.c | 2 |
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) { case VOL: vol += inc ? 1 : -1; - pcm_alsa_set_digital_volume(vol, vol); + pcm_set_mixer_volume(vol, vol); break; case ACOUSTIC: audiohw_enable_acoustic(!audiohw_acoustic_enabled()); |