diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-10-13 08:56:49 +0800 |
---|---|---|
committer | Daniel Mack <daniel@caiaq.de> | 2009-10-13 08:56:49 +0800 |
commit | e11cd135aa345dc39db16340702bfc8bc2673983 (patch) | |
tree | 8a6a5d9f8026d3823919c92451316f13db7a7b99 /src/pulse/ext-device-manager.h | |
parent | 0b388bff522f689fdb4d98529a39f3701db57c08 (diff) | |
parent | c9375aa5e936cf896946f1f7bd80cce9cfe5d9a1 (diff) |
Merge branch 'master' of git://0pointer.de/pulseaudio
Diffstat (limited to 'src/pulse/ext-device-manager.h')
-rw-r--r-- | src/pulse/ext-device-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/ext-device-manager.h b/src/pulse/ext-device-manager.h index 13538f0c..1442a1a9 100644 --- a/src/pulse/ext-device-manager.h +++ b/src/pulse/ext-device-manager.h @@ -44,7 +44,7 @@ typedef struct pa_ext_device_manager_info { const char *name; /**< Identifier string of the device. A string like "sink:" or similar followed by the name of the device. */ const char *description; /**< The description of the device when it was last seen, if applicable and saved */ const char *icon; /**< The icon given to the device */ - uint8_t available; /**< Is the device currently available? */ + uint32_t index; /**< The device index if it is currently available or PA_INVALID_INDEX */ uint32_t n_role_priorities; /**< How many role priorities do we have? */ pa_ext_device_manager_role_priority_info *role_priorities; /**< An array of role priority structures or NULL */ } pa_ext_device_manager_info; |