X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Foutput_ols.c;h=5b7d467cb89f2eb39446b4cad8daede2363d8091;hb=2bf4aca64ad435a09359662446762840ac55db1d;hp=e199bb461e8670a144203a7b62c3311190a12c54;hpb=1afe89897cf100b1a3a5896184ddaca5705681cc;p=libsigrok.git diff --git a/output/output_ols.c b/output/output_ols.c index e199bb46..5b7d467c 100644 --- a/output/output_ols.c +++ b/output/output_ols.c @@ -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