Date: Thu, 28 May 2026 09:39:58 +0000 From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 6524505fd4f9 - stable/15 - rc: virtual_oss: Create a loopback device in the default configuration Message-ID: <6a180d6e.31bb4.18e9d9df@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=6524505fd4f94a636be576d07c23eeadba1a1969 commit 6524505fd4f94a636be576d07c23eeadba1a1969 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2026-04-17 10:03:30 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2026-05-28 09:39:37 +0000 rc: virtual_oss: Create a loopback device in the default configuration The loopback device allows us to record desktop sound by reading from it, or even use it as an input device, for example during a call. Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: emaste Pull-Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/16 (cherry picked from commit 8532b4a436364d04d5c1feb7af5ecd4b5df71a9f) --- libexec/rc/rc.d/virtual_oss | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/rc/rc.d/virtual_oss b/libexec/rc/rc.d/virtual_oss index a25abf256f55..73a486f547a5 100644 --- a/libexec/rc/rc.d/virtual_oss +++ b/libexec/rc/rc.d/virtual_oss @@ -39,6 +39,7 @@ virtual_oss_default_args="\ -i 8 \ -f /dev/dsp${default_unit} \ -d dsp \ + -l dsp.loop \ -t ${virtual_oss_default_control_device}" # Set to NO by default. Set it to "YES" to enable virtual_oss.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a180d6e.31bb4.18e9d9df>
