X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2Fprotocol.h;fp=hardware%2Falsa%2Fprotocol.h;h=e844bc740afabed26327654f0deb0c25b5ac5bce;hb=c43cf4d40e2b73d992c73c340a887888f05595e0;hp=17578594716295f6bd62de8425af177edd7e409d;hpb=fa85f376301dd43232032867f8df834e746060c6;p=libsigrok.git diff --git a/hardware/alsa/protocol.h b/hardware/alsa/protocol.h index 17578594..e844bc74 100644 --- a/hardware/alsa/protocol.h +++ b/hardware/alsa/protocol.h @@ -52,11 +52,8 @@ struct dev_context { }; SR_PRIV GSList *alsa_scan(GSList *options, struct sr_dev_driver *di); -SR_PRIV void alsa_dev_inst_clear(struct sr_dev_inst *sdi); - SR_PRIV int alsa_set_samplerate(const struct sr_dev_inst *sdi, uint64_t newrate); - SR_PRIV int alsa_receive_data(int fd, int revents, void *cb_data); #endif