From 319a84845148f562f21d309b294d8ed1b7d86262 Mon Sep 17 00:00:00 2001 From: Taylor Holberton Date: Thu, 1 Dec 2016 15:59:17 -0800 Subject: Added const specifier to mask The changed was brought on by to early commits to the PCM API. --- utils/tinypcminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/tinypcminfo.c') diff --git a/utils/tinypcminfo.c b/utils/tinypcminfo.c index 5b8db1f..0dd381d 100644 --- a/utils/tinypcminfo.c +++ b/utils/tinypcminfo.c @@ -129,7 +129,7 @@ int main(int argc, char **argv) for (i = 0; i < 2; i++) { struct pcm_params *params; - struct pcm_mask *m; + const struct pcm_mask *m; unsigned int min; unsigned int max; -- cgit v1.2.3