From 7a250babed5c1319e4e80f288e64bb0bb089ef2b Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 31 Mar 2011 22:15:20 +0200 Subject: don't localize alsa plugin name; added IDs to alsa, pulseaudio and null out plugins --- plugins/pulse/pulse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/pulse') diff --git a/plugins/pulse/pulse.c b/plugins/pulse/pulse.c index 2a9ed27a..3a6eacbd 100644 --- a/plugins/pulse/pulse.c +++ b/plugins/pulse/pulse.c @@ -359,6 +359,7 @@ static DB_output_t plugin = .plugin.version_major = 0, .plugin.version_minor = 1, .plugin.type = DB_PLUGIN_OUTPUT, + .plugin.id = "pulseaudio", .plugin.name = "PulseAudio output plugin", .plugin.descr = "At the moment of this writing, PulseAudio seems to be very unstable in many (or most) GNU/Linux distributions.\nIf you experience problems - please try switching to ALSA or OSS output.\nIf that doesn't help - please uninstall PulseAudio from your system, and try ALSA or OSS again.\nThanks for understanding", .plugin.copyright = -- cgit v1.2.3