]> sigrok.org Git - libsigrok.git/blobdiff - output/ols.c
sr: rename all sr_device_* functions to sr_dev_*
[libsigrok.git] / output / ols.c
index dff54a42d607abab3ad7d904551363a942311b04..7c98a8a9d4f900341bb937476563d6a675dc37ee 100644 (file)
@@ -60,7 +60,7 @@ static int init(struct sr_output *o)
        }
        ctx->unitsize = (num_enabled_probes + 7) / 8;
 
-       if (o->device->plugin && sr_device_has_hwcap(o->device, SR_HWCAP_SAMPLERATE))
+       if (o->device->plugin && sr_dev_has_hwcap(o->device, SR_HWCAP_SAMPLERATE))
                samplerate = *((uint64_t *) o->device->plugin->get_device_info(
                                o->device->plugin_index, SR_DI_CUR_SAMPLERATE));
        else