Date: Fri, 2 May 2025 10:46:16 GMT 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: a9221e507747 - stable/14 - sndstat.4: Make sndstat nvlist channel names reflect new naming scheme Message-ID: <202505021046.542AkGXH036008@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=a9221e5077478efb877a531d3cf4deb64240a42f commit a9221e5077478efb877a531d3cf4deb64240a42f Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-04-25 16:55:45 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-05-02 10:44:15 +0000 sndstat.4: Make sndstat nvlist channel names reflect new naming scheme Change introduced in c30f531ddb62 ("sound: Shorten channel names"). Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D49981 (cherry picked from commit ef411cae7e9a644564cd079fac02e23105403136) --- share/man/man4/sndstat.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/sndstat.4 b/share/man/man4/sndstat.4 index 1764ff418601..b9e831e50b43 100644 --- a/share/man/man4/sndstat.4 +++ b/share/man/man4/sndstat.4 @@ -83,8 +83,8 @@ dsps (NVLIST ARRAY): 1 rvchanrate (NUMBER): 48000 rvchanformat (NUMBER): 0x00000010 channel_info (NVLIST_ARRAY): 1 - name (STRING): pcm0:virtual_play:dsp0.vp0 - parentchan (STRING): pcm0:play:dsp0.p0 + name (STRING): dsp0.virtual_play.0 + parentchan (STRING): dsp0.play.0 unit (NUMBER): 1 caps (NUMBER): 0x073200 latency (NUMBER): 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505021046.542AkGXH036008>