From 6d47dc9a8860a17a9e630b8662f33df63011bad9 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 1 Oct 2020 12:53:42 -0400 Subject: fix some of the red introduced in e43726d Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad --- firmware/target/hosted/sonynwz/debug-nwz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/hosted/sonynwz/debug-nwz.c') 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) { case VOL: vol += inc ? 1 : -1; - pcm_alsa_set_digital_volume(vol); + pcm_alsa_set_digital_volume(vol, vol); break; case ACOUSTIC: audiohw_enable_acoustic(!audiohw_acoustic_enabled()); -- cgit v1.2.3