From 9526fdbe730edb4b095a1e12aade0e16f1da2292 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Oct 2009 23:01:04 +0200 Subject: audio_format: wildcards allowed in audio_format configuration An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks. --- test/software_volume.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/software_volume.c') diff --git a/test/software_volume.c b/test/software_volume.c index 9e8c8e7d0..5d551b1f3 100644 --- a/test/software_volume.c +++ b/test/software_volume.c @@ -46,7 +46,8 @@ int main(int argc, char **argv) } if (argc > 1) { - ret = audio_format_parse(&audio_format, argv[1], &error); + ret = audio_format_parse(&audio_format, argv[1], + false, &error); if (!ret) { g_printerr("Failed to parse audio format: %s\n", error->message); -- cgit v1.2.3