]> sigrok.org Git - libsigrok.git/blobdiff - src/input/wav.c
Removal of sdi->index, step 3: sr_dev_inst_new() calls for input mods
[libsigrok.git] / src / input / wav.c
index edabd47ca95324a934d81ae9d39b30ecfe65a59f..528209569a71824de3245ecea2abe1c891b3659f 100644 (file)
@@ -149,7 +149,7 @@ static int init(struct sr_input *in, GHashTable *options)
 {
        (void)options;
 
-       in->sdi = sr_dev_inst_new(0, SR_ST_ACTIVE, NULL, NULL, NULL);
+       in->sdi = sr_dev_inst_new(SR_ST_ACTIVE, NULL, NULL, NULL);
 
        return SR_OK;
 }