]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
output: Added preferred file extension field
[libsigrok.git] / src / output / wav.c
index e01f3afdea53bb9fc4dfdc7d3d71a934eea76268..6ffe905a979e5e3e9204342c2db2dfe1cfbd4cb1 100644 (file)
@@ -351,6 +351,7 @@ SR_PRIV struct sr_output_module output_wav = {
        .id = "wav",
        .name = "WAV",
        .desc = "WAVE file format",
+       .exts = (const char*[]){"wav", NULL},
        .options = get_options,
        .init = init,
        .receive = receive,