Add audio_mixer_done to audio_driver_deinit
This commit is contained in:
parent
d8680542ba
commit
ef9c16c7c9
|
@ -876,6 +876,7 @@ bool audio_driver_get_devices_list(void **data)
|
||||||
|
|
||||||
bool audio_driver_deinit(void)
|
bool audio_driver_deinit(void)
|
||||||
{
|
{
|
||||||
|
audio_mixer_done();
|
||||||
audio_driver_free_devices_list();
|
audio_driver_free_devices_list();
|
||||||
if (!audio_driver_deinit_internal())
|
if (!audio_driver_deinit_internal())
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue