Date: Tue, 30 Jan 2024 11:08:28 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: 0452659e53db - stable/14 - pcm.4: mention snd_uaudio auto-load Message-ID: <202401301108.40UB8SFD076016@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=0452659e53db3cf488848345a5fab98f85526be7 commit 0452659e53db3cf488848345a5fab98f85526be7 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-01-16 16:49:02 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-01-30 11:07:29 +0000 pcm.4: mention snd_uaudio auto-load Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D43397 (cherry picked from commit ebc9b69c77850d3b5a23473cd9a889b8c6d8685a) --- share/man/man4/pcm.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index 1803eaca42eb..54efd86a2b52 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 2, 2023 +.Dd January 10, 2024 .Dt SOUND 4 .Os .Sh NAME @@ -113,7 +113,7 @@ The following bridge device drivers are available: .It .Xr snd_spicds 4 .It -.Xr snd_uaudio 4 (enabled by default on amd64, i386, powerpc) +.Xr snd_uaudio 4 (auto-loaded on device plug) .It .Xr snd_via8233 4 (enabled by default on amd64, i386) .It
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401301108.40UB8SFD076016>