]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/asix-sigma.h
fs9922: Fix beep mode.
[libsigrok.git] / hardware / asix-sigma / asix-sigma.h
index 1a8ad43b48d6481fe6a9bbcc58c8bf1b71ce1ce2..7cfe5909cbec82967b3230fa8dd7cbf7d2c473ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010 Håvard Espeland <gus@ping.uio.no>,
  * Copyright (C) 2010 Martin Stensgård <mastensg@ping.uio.no>
@@ -196,7 +196,7 @@ struct dev_context {
        struct sigma_trigger trigger;
        int use_triggers;
        struct sigma_state state;
-       void *session_dev_id;
+       void *cb_data;
 };
 
 #endif