output: moved audioDeviceStates to audio_output.enabled

This commit is contained in:
Max Kellermann
2008-10-29 20:49:51 +01:00
parent 2f76db4c78
commit cf376b4bc8
3 changed files with 12 additions and 20 deletions

View File

@@ -40,6 +40,11 @@ struct audio_output {
*/
void *data;
/**
* Has the user enabled this device?
*/
bool enabled;
/**
* Is the device (already) open and functional?
*/