]> sigrok.org Git - libsigrok.git/blobdiff - output/chronovu_la8.c
sr: rename all sr_device_* functions to sr_dev_*
[libsigrok.git] / output / chronovu_la8.c
index 993d29fcdcf3e6169219c45d41bc5597deebfb54..830f42695552c1ac0d702d84008a114acf91c139 100644 (file)
@@ -122,7 +122,7 @@ static int init(struct sr_output *o)
 
        num_probes = g_slist_length(o->device->probes);
 
-       if (sr_device_has_hwcap(o->device, SR_HWCAP_SAMPLERATE)) {
+       if (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));
                /* TODO: Error checks. */