]> git.alsa-project.org Git - alsa-utils.git/commit
alsaloop: parse_config(): align optstring order with the long options
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 7 Jan 2026 11:00:21 +0000 (12:00 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2026 09:54:34 +0000 (11:54 +0200)
commit884247144df46c36fc08a366e7eacd3839ae039b
tree650e8f783226fe88ab1cf01a6bf5b885d0e0110d
parentcdc401783bbc46f9786764128652d932b806d3ce
alsaloop: parse_config(): align optstring order with the long options

The 'd' and 'm' options were not in the same order as the long options.  Fix
that.

No functional change, but makes it easier to ensure they are kept in sync.

Closes: https://github.com/alsa-project/alsa-utils/pull/317
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsaloop/alsaloop.c