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

@@ -85,6 +85,7 @@ int audio_output_init(struct audio_output *ao, ConfigParam * param)
ao->name = name;
ao->plugin = plugin;
ao->enabled = true;
ao->open = false;
ao->convBuffer = NULL;