]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/protocol.h
alsa: Use std_dev_clear().
[libsigrok.git] / hardware / alsa / protocol.h
index 17578594716295f6bd62de8425af177edd7e409d..e844bc740afabed26327654f0deb0c25b5ac5bce 100644 (file)
@@ -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