Issue #14
resolved
FF6 has a tendency to spam requests for "track 0" a lot, sometimes repeatedly in a row. Since this is silence, we don't handle it, and it doesn't cause any particular bug to not do so because we don't have a track for it, but it does cause a lot of unnecessary requests to the MSU-1, which may I suppose cause some unnecessary storage wear (from repeated directory lookups) etc.
Comments (6)
-
reporter -
reporter - changed status to open
-
reporter -
reporter -
reporter Marking this one as resolved provisionally as I haven't noticed any issues with the fix running through it with a debugger.
-
reporter - changed status to resolved
- Log in to comment
Potential fix committed to ff7bf70, specifically looks for Track 0 requests and tells the MSU to mute and the SPC to handle them.