diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-06-20 22:18:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-06-20 22:18:03 +0200 |
commit | 6c980c27377487741e893d7d9c94828716acd3fb (patch) | |
tree | f951d41e412e0031a4c27e6e4e74a1c2d32ff7a9 /src/pulse/proplist.h | |
parent | 2b112fe9db9005b3e445e7dc462f5ec7202b8fe3 (diff) |
add new abstract device class
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r-- | src/pulse/proplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index 9d0647ec..f75cca54 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -69,7 +69,7 @@ PA_C_DECL_BEGIN * device.bus_path * device.serial * device.vendor_product_id - * device.class sound, modem, monitor, filter + * device.class sound, modem, monitor, filter, abstract * device.form_factor laptop-speakers, external-speakers, telephone, tv-capture, webcam-capture, microphone-capture, headset * device.connector isa, pci, usb, firewire, bluetooth * device.access_mode mmap, mmap_rewrite, serial |