X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fchronovu-la8%2Fdriver.h;h=ea89645a969cd4581a65f14a37a4eebabfb55bc2;hb=6f4b1868e8ec8c132878d8b6d558f4af054cbd91;hp=0da07e475d1d1548ad10e268f94a8d5e3b1c0af8;hpb=9c4311c524cd2eea8ce2c80b1029c936769107db;p=libsigrok.git diff --git a/hardware/chronovu-la8/driver.h b/hardware/chronovu-la8/driver.h index 0da07e47..ea89645a 100644 --- a/hardware/chronovu-la8/driver.h +++ b/hardware/chronovu-la8/driver.h @@ -116,7 +116,7 @@ SR_PRIV int la8_close(struct context *ctx); SR_PRIV int la8_close_usb_reset_sequencer(struct context *ctx); SR_PRIV int la8_reset(struct context *ctx); SR_PRIV int configure_probes(struct context *ctx, const GSList *probes); -SR_PRIV int set_samplerate(struct sr_dev_inst *sdi, uint64_t samplerate); +SR_PRIV int set_samplerate(const struct sr_dev_inst *sdi, uint64_t samplerate); SR_PRIV int la8_read_block(struct context *ctx); SR_PRIV void send_block_to_session_bus(struct context *ctx, int block);