(CoreAudio3) Fix issues

This commit is contained in:
Twinaphex 2019-04-03 14:37:06 +02:00
parent 052137b027
commit 637414c138
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,8 @@ audio_driver_t audio_coreaudio3 = {
coreaudio3_free,
coreaudio3_use_float,
"coreaudio3",
NULL, /* device_list_new */
NULL, /* device_list_free */
coreaudio3_write_avail,
coreaudio3_buffer_size,
};