hosted: Fix a corner case in umuting the x3ii and erosq

Change-Id: I3ffc3b82c6137bab3f27cd87ccc57c2f03a1d401
This commit is contained in:
Solomon Peachy 2020-10-12 11:46:05 -04:00
parent b5c2a4ab96
commit 17244177ee
2 changed files with 2 additions and 0 deletions

View file

@ -74,6 +74,7 @@ void audiohw_mute(int mute)
}
else
{
last_ps = 0;
erosq_get_outputs();
}
}