]> sigrok.org Git - libsigrok.git/blobdiff - output/output_vcd.c
Add sr_ prefix to receive_data_callback typedef.
[libsigrok.git] / output / output_vcd.c
index 332a67d0087bb81a86b65b5c3b7bdee3a68b82bd..61d27a10ec157a538d338b6bca834536355d6aa7 100644 (file)
@@ -91,7 +91,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 && device_has_hwcap(o->device, SR_HWCAP_SAMPLERATE)) {
+       if (o->device->plugin && sr_device_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)))) {