X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;h=4c2321cf33ea66b80bff41a570248fd2c07adcbc;hb=e639f241d0731bf402a7e4df335313d866f69fc6;hp=df83f082e355d1c1ecc3c106d4055075cd9123b4;hpb=30677c1392b54604b01558cf29b44572731659fc;p=pulseview.git diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index df83f082..4c2321cf 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -97,6 +97,7 @@ Device::Device(shared_ptr configurable) : case SR_CONF_TRIGGER_SLOPE: case SR_CONF_COUPLING: case SR_CONF_CLOCK_EDGE: + case SR_CONF_DATA_SOURCE: bind_enum(name, "", key, capabilities, get, set); break;