X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2Fprotocol.h;h=f7d047bb1268b714710f4998a69d9e2527f53acb;hb=ca55277ca8bed14dd569b793dc578212898bb1fb;hp=92d2ba68c1d6dcafee8ce59a20e445e261d063bd;hpb=721ecf3d97aa6e84e6d61b3c25023e9177895025;p=libsigrok.git diff --git a/hardware/alsa/protocol.h b/hardware/alsa/protocol.h index 92d2ba68..f7d047bb 100644 --- a/hardware/alsa/protocol.h +++ b/hardware/alsa/protocol.h @@ -43,7 +43,7 @@ struct dev_context { uint64_t limit_samples; uint64_t num_samples; uint8_t num_probes; - struct sr_samplerates supp_rates; + uint64_t *samplerates; char *hwdev; snd_pcm_t *capture_handle; snd_pcm_hw_params_t *hw_params;