]> sigrok.org Git - libsigrok.git/blobdiff - output/vcd.c
sr: rename all sr_device_* functions to sr_dev_*
[libsigrok.git] / output / vcd.c
index c5a6bb2022ef541ec3fc98a8ef770f4b12f2f1dd..1d333c6c56466ca7ad6411a06403b45375f6379b 100644 (file)
@@ -84,7 +84,7 @@ static int init(struct sr_output *o)
        g_string_append_printf(ctx->header, "$version %s %s $end\n",
                        PACKAGE, PACKAGE_VERSION);
 
-       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)) {
                ctx->samplerate = *((uint64_t *) o->device->plugin->get_device_info(
                                o->device->plugin_index, SR_DI_CUR_SAMPLERATE));
                if (!((samplerate_s = sr_samplerate_string(ctx->samplerate)))) {