]> 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 1c57aee8e7579ca5c64754529a4d4bdf9d771c1d..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
@@ -71,7 +71,7 @@ static void make_header(struct sr_output *o)
 static int init(struct sr_output *o)
 {
        struct context *ctx;
-       struct probe *probe;
+       struct sr_probe *probe;
        GSList *l;
        int num_enabled_probes;