]> sigrok.org Git - libsigrok.git/blobdiff - output/output_ols.c
Add sr_ prefix for device related API functions.
[libsigrok.git] / output / output_ols.c
index e199bb461e8670a144203a7b62c3311190a12c54..5b7d467cb89f2eb39446b4cad8daede2363d8091 100644 (file)
@@ -48,7 +48,7 @@ static void make_header(struct sr_output *o)
 
        ctx = o->internal;
 
-       if (o->device->plugin && device_has_hwcap(o->device, SR_HWCAP_SAMPLERATE))
+       if (o->device->plugin && sr_device_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