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

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Mon, 05 May 2025 17:57:33 UTC
The branch main has been updated by christos:

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

commit 3ab34225af39fde42be17b6306cc70610cdcec96
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-05-05 17:57:07 +0000
Commit:     Christos Margiolis <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