pipewire/spa/plugins/alsa
Wim Taymans ff946e3d4b interface: add an interface struct
The interface struct has the type,version and methods of the
interface.
Make spa interfaces extend from spa_interface and make a
separate structure for the methods.
Pass a generic void* as the first argument of methods, like
we don in PipeWire.
Bundle the methods + implementation in a versioned inteface
and use that to invoke methods. This way we can do version
checks on the methods.
Make resource and proxy interfaces that we can can call. We
can then make the core interfaces independent on proxy/resource and
hide them in the lower layers.
Add add_listener method to methods of core interfaces, just
like SPA.
2019-05-23 12:59:24 +02:00
..
alsa-device.c interface: add an interface struct 2019-05-23 12:59:24 +02:00
alsa-monitor.c interface: add an interface struct 2019-05-23 12:59:24 +02:00
alsa-sink.c interface: add an interface struct 2019-05-23 12:59:24 +02:00
alsa-source.c interface: add an interface struct 2019-05-23 12:59:24 +02:00
alsa-utils.c io: remove unused range 2019-05-16 16:42:49 +02:00
alsa-utils.h alsa: handle alsa-lib 1.1.9 2019-05-23 10:15:49 +02:00
alsa.c use SPA_EXPORT to export symbols 2019-02-06 13:24:41 +01:00
meson.build device: add device object 2018-11-23 12:43:47 +01:00