Loading
Bug 1657246 - Don't fall back to a system driver if it's already running on error. r=padenot
A fallback driver is started whenever an audio callback driver is started, to run the graph while the audio driver starts, which can be slow. If the audio driver has started (according to the StateCallback) but not had a callback yet, it won't have stopped the fallback driver. The handover from the fallback driver to the audio driver is not yet done. We do not want to start another fallback driver in this case. Differential Revision: https://phabricator.services.mozilla.com/D94566