]> sigrok.org Git - libsigrok.git/blobdiff - output/text/text.c
sr: rename all sr_device_* functions to sr_dev_*
[libsigrok.git] / output / text / text.c
index 10ce0767da46fdd9c22dcfc44a8212c56615daa6..4267c5b0021ac21aa43f9249ff6483828e4b276f 100644 (file)
@@ -110,7 +110,7 @@ SR_PRIV int init(struct sr_output *o, int default_spl, enum outputmode mode)
 
        snprintf(ctx->header, 511, "%s\n", PACKAGE_STRING);
        num_probes = g_slist_length(o->device->probes);
-       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));
                if (!(samplerate_s = sr_samplerate_string(samplerate))) {