Re: 3ab34225af39 - main - RELNOTES: Mention sndctl(8)

From: Ravi Pokala <rpokala_at_freebsd.org>
Date: Mon, 05 May 2025 18:34:07 UTC
> + A new utility sndctl(8) has been added to concertrate the various

I think you want "consolidate"?

-Ravi (rpokala@)


-----Original Message-----
From: <owner-src-committers@freebsd.org <mailto:owner-src-committers@freebsd.org>> on behalf of Christos Margiolis <christos@FreeBSD.org <mailto:christos@FreeBSD.org>>
Date: Monday, May 5, 2025 at 10:57
To: <src-committers@FreeBSD.org <mailto:src-committers@FreeBSD.org>>, <dev-commits-src-all@FreeBSD.org <mailto:dev-commits-src-all@FreeBSD.org>>, <dev-commits-src-main@FreeBSD.org <mailto:dev-commits-src-main@FreeBSD.org>>
Subject: git: 3ab34225af39 - main - RELNOTES: Mention sndctl(8)


The branch main has been updated by christos:


URL: https://cgit.FreeBSD.org/src/commit/?id=3ab34225af39fde42be17b6306cc70610cdcec96 <https://cgit.FreeBSD.org/src/commit/?id=3ab34225af39fde42be17b6306cc70610cdcec96>


commit 3ab34225af39fde42be17b6306cc70610cdcec96
Author: Christos Margiolis <christos@FreeBSD.org <mailto:christos@FreeBSD.org>>
AuthorDate: 2025-05-05 17:57:07 +0000
Commit: Christos Margiolis <christos@FreeBSD.org <mailto:christos@FreeBSD.org>>
CommitDate: 2025-05-05 17:57:07 +0000


RELNOTES: Mention sndctl(8)


Sponsored by: The FreeBSD Foundation
---
RELNOTES | 5 +++++
1 file changed, 5 insertions(+)


diff --git a/RELNOTES b/RELNOTES
index 4e0b0a0b3cdb..515facdc7859 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline.


Changes to this file should not be MFCed.


+44e5a0150835, 9a37f1024ceb:
+ A new utility sndctl(8) has been added to concertrate the various
+ interfaces for viewing and manipulating audio device settings (sysctls,
+ /dev/sndstat), into a single utility with a similar control-driven
+ interface to that of mixer(8).
995b690d1398:
ps(1)'s '-U' option has been changed to select processes by their real
user IDs instead of their effective one, in accordance with POSIX and