# HG changeset patch # User William Pitcock # Date 1235783788 21600 # Node ID 68f905a12c772aa264375c05a03341ce683caf94 # Parent 7b771ae623eb83962545db61713d37ef2a732684 get rid of OUTPUT_PLUGIN_INIT_OK, add OUTPUT_PLUGIN_INIT_FOUND_DEVICES. diff -r 7b771ae623eb -r 68f905a12c77 src/audlegacy/plugin.h --- a/src/audlegacy/plugin.h Fri Feb 27 17:38:36 2009 -0600 +++ b/src/audlegacy/plugin.h Fri Feb 27 19:16:28 2009 -0600 @@ -1065,9 +1065,9 @@ }; typedef enum { - OUTPUT_PLUGIN_INIT_OK, OUTPUT_PLUGIN_INIT_FAIL, - OUTPUT_PLUGIN_INIT_NO_DEVICES + OUTPUT_PLUGIN_INIT_NO_DEVICES, + OUTPUT_PLUGIN_INIT_FOUND_DEVICES, } OutputPluginInitStatus; struct _OutputPlugin {