mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
hosted: Fix a corner case in umuting the x3ii and erosq
Change-Id: I3ffc3b82c6137bab3f27cd87ccc57c2f03a1d401
This commit is contained in:
parent
b5c2a4ab96
commit
17244177ee
2 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ void audiohw_mute(int mute)
|
|||
}
|
||||
else
|
||||
{
|
||||
last_ps = 0;
|
||||
erosq_get_outputs();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ void audiohw_mute(int mute)
|
|||
}
|
||||
else
|
||||
{
|
||||
last_ps = 0;
|
||||
xduoo_get_outputs();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue