]> git.alsa-project.org Git - alsa-utils.git/commit
amixer: always use line buffering for (s)events HEAD master
authorAnton Khirnov <anton@khirnov.net>
Wed, 6 Aug 2025 08:28:15 +0000 (10:28 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 May 2026 10:15:57 +0000 (12:15 +0200)
commitbcbdf24e014ec7bf17d2dd6a987fb206c6f2241e
tree4d37a1b99d00fd642fe7ac9a32c3454ffcbfb168
parent5b44c57e899c1897dfaaa342574f951c66680a8d
amixer: always use line buffering for (s)events

Line buffering is the obviously correct mode for (s)events, but block
buffering would typically be used when piping its output to another
program.

Closes: https://github.com/alsa-project/alsa-utils/pull/306
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
amixer/amixer.c