]> sigrok.org Git - libsigrok.git/blobdiff - src/input/wav.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / input / wav.c
index 9b19e0bbcee8beda07ebd9e1e1b0ad15355f9fed..8ec3141ec9cf02ec1547052533238f7155f52386 100644 (file)
@@ -376,7 +376,7 @@ static int reset(struct sr_input *in)
 SR_PRIV struct sr_input_module input_wav = {
        .id = "wav",
        .name = "WAV",
-       .desc = "WAV file",
+       .desc = "Microsoft WAV file format data",
        .exts = (const char*[]){"wav", NULL},
        .metadata = { SR_INPUT_META_HEADER | SR_INPUT_META_REQUIRED },
        .format_match = format_match,