]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
Add udev rule for Rigol 1000Z series
[libsigrok.git] / src / output / wav.c
index 6ffe905a979e5e3e9204342c2db2dfe1cfbd4cb1..e9c7d6fd1a70bee549121c7ac1872619532e377d 100644 (file)
@@ -350,11 +350,10 @@ 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,
        .cleanup = cleanup,
 };
-