fix some of the red introduced in e43726d

Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad
This commit is contained in:
Solomon Peachy 2020-10-01 12:53:42 -04:00
parent e43726df2c
commit 6d47dc9a88
6 changed files with 5 additions and 13 deletions

View file

@ -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());