X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2Fprotocol.c;h=2d95f8cb17565977c08e84451976c5926bb3716a;hb=69e19dd7691f86ac001469d1b319e1358e0d9778;hp=4a9f02f3075342c7ed239f63225531fa7652e36f;hpb=b1a051544d502f15a1da05682e625755563b86c2;p=libsigrok.git diff --git a/hardware/alsa/protocol.c b/hardware/alsa/protocol.c index 4a9f02f3..2d95f8cb 100644 --- a/hardware/alsa/protocol.c +++ b/hardware/alsa/protocol.c @@ -396,6 +396,7 @@ SR_PRIV int alsa_receive_data(int fd, int revents, void *cb_data) } /* Send a sample packet with the analog values. */ + analog.probes = sdi->probes; analog.num_samples = count; analog.mq = SR_MQ_VOLTAGE; /* FIXME */ analog.unit = SR_UNIT_VOLT; /* FIXME */