git: f5baa617a7 - main - 14.1 relnotes: replace text for hot unplug of sound devices
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 May 2024 20:17:33 UTC
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/doc/commit/?id=f5baa617a720fc083111fd344940ba1e9a52a8b5 commit f5baa617a720fc083111fd344940ba1e9a52a8b5 Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2024-05-25 20:12:58 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2024-05-25 20:17:15 +0000 14.1 relnotes: replace text for hot unplug of sound devices Replace the previous text about hot unplug with a draft from grahamperrin@gmail.com. Discussed with christos@. --- website/content/en/releases/14.1R/relnotes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/releases/14.1R/relnotes.adoc b/website/content/en/releases/14.1R/relnotes.adoc index 7aca45a74c..16f117c0cc 100644 --- a/website/content/en/releases/14.1R/relnotes.adoc +++ b/website/content/en/releases/14.1R/relnotes.adoc @@ -171,7 +171,6 @@ gitref:58ae50f31e95[repository=src] The man:unbound[8] resolver has been upgraded to version 1.20.0, and addresses "`The DNSBomb`" vulnerability, CVE-2024-33655. gitref:dcde37c4170b[repository=src] - [[userland-deprecated-programs]] === Deprecated Applications @@ -226,7 +225,8 @@ The `snd_clone` framework has been removed from the sound subsystem, including r The per-channel nodes ([.filename]#/dev/dspX.Y#) are no longer created, just the primary device ([.filename]#/dev/dspX#). gitref:e6c51f6db8d7[repository=src] (Sponsored by The FreeBSD Foundation) -Hot unplugging of sound devices is now handled, closing the device immediately. +Audio now supports asynchronous device detach. +This greatly simplifies hot plugging and unplugging of things such as USB headsets, and eases use of PulseAudio in cases that require operating system sleep and wake (suspend and resume). gitref:d692c314d29a[repository=src] (Sponsored by The FreeBSD Foundation) [[drivers-removals]]