]> git.alsa-project.org Git - alsa-utils.git/commit
alsaloop: parse_config(): drop unused 'F' option
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 7 Jan 2026 10:55:00 +0000 (11:55 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2026 09:54:34 +0000 (11:54 +0200)
commit5a8e04084053352f2ce05d33e2fa2c6702292db2
tree25620a4a03166024dc8e2bcf1deabe24e992a905
parentd4a4054bc774dcaf2337a8cbe8bc4e7a279d5a97
alsaloop: parse_config(): drop unused 'F' option

It is not documented in the usage info, no corresponding long option and is
not handled in the parsing, so drop it from the optstring.

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