aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-02 21:48:53 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-02 21:48:53 +0000
commit69176148bfd4a9a40a8d653997a6f2714d65776b (patch)
tree182f673305f965fbfe6a8a34a9b96ed94b6fe50e /src/playerData.h
parent8b08ee82b492735947d917ed647a3e6cdf388ad3 (diff)
downloadmpd-69176148bfd4a9a40a8d653997a6f2714d65776b.tar.gz
mpd-69176148bfd4a9a40a8d653997a6f2714d65776b.tar.xz
mpd-69176148bfd4a9a40a8d653997a6f2714d65776b.zip
enabling and disabling individual audioOutputs is mostly done, just need
to add the command hooks git-svn-id: https://svn.musicpd.org/mpd/trunk@2484 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/playerData.h')
-rw-r--r--src/playerData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h
index 875fa0817..b8fdf1a2b 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -37,6 +37,7 @@ typedef struct _PlayerData {
OutputBuffer buffer;
PlayerControl playerControl;
DecoderControl decoderControl;
+ mpd_sint8 audioDeviceEnabled[AUDIO_MAX_DEVICES];
} PlayerData;
void initPlayerData();
@@ -46,4 +47,3 @@ PlayerData * getPlayerData();
void freePlayerData();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */