mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
fix some of the red introduced in e43726d
Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad
This commit is contained in:
parent
e43726df2c
commit
6d47dc9a88
6 changed files with 5 additions and 13 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue