From f16675ed24fd331903b8d6ef5d8ac07f6acbd6b0 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 11 Jan 2016 02:43:19 +0100 Subject: Audio Plugin: add PulseAudio support If PulseAudio development libraries are present, Audio plugin will now support it. It may still fall back to ALSA if a PulseAudio server is not found at runtime. PulseAudio backend supports multiple clients using one audio adapter. (+ various fixes and style improvements) Signed-off-by: Manuel Bachmann --- plugins/radio/radio-rtlsdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/radio/radio-rtlsdr.h') diff --git a/plugins/radio/radio-rtlsdr.h b/plugins/radio/radio-rtlsdr.h index 74049a9b..b0c22de0 100644 --- a/plugins/radio/radio-rtlsdr.h +++ b/plugins/radio/radio-rtlsdr.h @@ -69,7 +69,7 @@ struct output_ctx { }; struct dev_ctx { - int used; // radio is free ??? + int used; /* TODO: radio is free ??? */ rtlsdr_dev_t* dev; Mode mode; float freq; -- cgit 1.2.3-korg