diff options
author | Chris Robinson <[email protected]> | 2013-10-28 21:56:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-10-28 21:56:14 -0700 |
commit | 16d5d5760c09018a600394d3eeccfb9f3a880b9b (patch) | |
tree | 462ec916070f80da6dfbd514cfd3103582861175 /Alc/backends/base.h | |
parent | 7a424ab4bfb71b2e93f820799ae4c60e416ed642 (diff) |
Convert ALSA to the new backend interface
Diffstat (limited to 'Alc/backends/base.h')
-rw-r--r-- | Alc/backends/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/base.h b/Alc/backends/base.h index f5950ba1..f1da721d 100644 --- a/Alc/backends/base.h +++ b/Alc/backends/base.h @@ -130,6 +130,7 @@ static const struct ALCbackendFactoryVtable T##_ALCbackendFactory_vtable = { \ } +ALCbackendFactory *ALCalsaBackendFactory_getFactory(void); ALCbackendFactory *ALCnullBackendFactory_getFactory(void); ALCbackend *create_backend_wrapper(ALCdevice *device, ALCbackend_Type type); |