]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
output/wav: Improved description
[libsigrok.git] / src / output / wav.c
index e01f3afdea53bb9fc4dfdc7d3d71a934eea76268..45854caac1f684f445d2bee87e032e9cff831c79 100644 (file)
@@ -350,7 +350,8 @@ static const struct sr_option *get_options(void)
 SR_PRIV struct sr_output_module output_wav = {
        .id = "wav",
        .name = "WAV",
-       .desc = "WAVE file format",
+       .desc = "Microsoft WAV file format",
+       .exts = (const char*[]){"wav", NULL},
        .options = get_options,
        .init = init,
        .receive = receive,