From cc8d51ad629891b5eb6b355c999c1c1b7e3fb34e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 1 Mar 2009 20:32:32 +0100 Subject: rename PA_PROP_DEVICE_CONNECTOR to PA_PROP_DEVICE_BUS --- src/pulse/proplist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse') diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index d87c9f9b..7d3b7f7f 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -168,8 +168,8 @@ PA_C_DECL_BEGIN /** For devices: form factor if applicable. One of "internal", "speaker", "handset", "tv", "webcam", "microphone", "headset", "headphone", "hands-free", "car", "hifi", "computer", "portable" */ #define PA_PROP_DEVICE_FORM_FACTOR "device.form_factor" -/** For devices: connector of the device if applicable. One of "isa", "pci", "usb", "firewire", "bluetooth" */ -#define PA_PROP_DEVICE_CONNECTOR "device.connector" +/** For devices: bus of the device if applicable. One of "isa", "pci", "usb", "firewire", "bluetooth" */ +#define PA_PROP_DEVICE_BUS "device.bus" /** For devices: access mode of the device if applicable. One of "mmap", "mmap_rewrite", "serial" */ #define PA_PROP_DEVICE_ACCESS_MODE "device.access_mode" -- cgit