Test if this driver could be used with only the default options. This
function is used by the library core to determine if a driver is a possible
candidate for the default driver. No devices are left open after this
function returns.
int ao_plugin_test();
Return Values
1 indicates that the driver can be successfully opened with no
options.
0 indicates that the driver cannot be opened with no options.