Convert ALSA to the new backend interface
This commit is contained in:
parent
7a424ab4bf
commit
16d5d5760c
@ -59,7 +59,7 @@ static struct BackendInfo BackendList[] = {
|
||||
{ "pulse", NULL, alc_pulse_init, alc_pulse_deinit, alc_pulse_probe, EmptyFuncs },
|
||||
#endif
|
||||
#ifdef HAVE_ALSA
|
||||
{ "alsa", NULL, alc_alsa_init, alc_alsa_deinit, alc_alsa_probe, EmptyFuncs },
|
||||
{ "alsa", ALCalsaBackendFactory_getFactory, NULL, NULL, NULL, EmptyFuncs },
|
||||
#endif
|
||||
#ifdef HAVE_COREAUDIO
|
||||
{ "core", NULL, alc_ca_init, alc_ca_deinit, alc_ca_probe, EmptyFuncs },
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user