Audio plugin: choose between Pulse/ALSA at runtime
authorManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 17 Feb 2016 10:31:59 +0000 (11:31 +0100)
committerManuel Bachmann <manuel.bachmann@iot.bzh>
Wed, 17 Feb 2016 10:31:59 +0000 (11:31 +0100)
commitfcfb3c0951b6e2e06e7bf282e867576d8abb00c4
treea035500aa54ab230387e453c8ec704436ad502c4
parent8ea2dc9f4df0a6d61e430d53d19eb0ea3633bf23
Audio plugin: choose between Pulse/ALSA at runtime

If the AFB_AUDIO_OUTPUT environment variable is defined
to "Pulse/Alsa", it will try to initialize the given
backend (still falling back to Alsa for now).

Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
plugins/audio/audio-alsa.c
plugins/audio/audio-api.c
plugins/audio/audio-pulse.c