git: dcc47cd49e19 - main - snd_uaudio.4: remove useless .Tn macro
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 11:08:50 UTC
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=dcc47cd49e19df4af987cd094e5a313935f4cd86 commit dcc47cd49e19df4af987cd094e5a313935f4cd86 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2024-02-12 11:05:55 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-02-12 11:07:51 +0000 snd_uaudio.4: remove useless .Tn macro Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D43651 --- share/man/man4/snd_uaudio.4 | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/share/man/man4/snd_uaudio.4 b/share/man/man4/snd_uaudio.4 index df2c74b886c3..04dc10ccaa25 100644 --- a/share/man/man4/snd_uaudio.4 +++ b/share/man/man4/snd_uaudio.4 @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd November 12, 2016 +.Dd January 29, 2024 .Dt SND_UAUDIO 4 .Os .Sh NAME @@ -51,17 +51,11 @@ snd_uaudio_load="YES" .Sh DESCRIPTION The .Nm -driver provides support for -.Tn USB -audio class devices and -.Tn USB -MIDI class devices. +driver provides support for USB audio class devices and USB MIDI class devices. .Pp -A -.Tn USB -audio device consists of a number of components: -input terminals (e.g.\& USB digital input), output terminals (e.g.\& -speakers), and a number of units in between (e.g.\& volume control). +A USB audio device consists of a number of components: input terminals (e.g.\& +USB digital input), output terminals (e.g.\& speakers), and a number of units +in between (e.g.\& volume control). .Pp Refer to the .Ql USB Audio Class Specification @@ -86,9 +80,7 @@ and modified for by .An Hiten Pandya Aq Mt hmp@FreeBSD.org . .Sh BUGS -The -.Tn PCM -framework in +The PCM framework in .Fx only supports synchronous device detach. That means all mixer and DSP character devices belonging to a given @@ -104,9 +96,7 @@ See the .Va dev.pcm.%d.[play|rec].vchanrate sysctls. .Pp -The -.Tn PCM -framework in +The PCM framework in .Fx currently doesn't support the full set of USB audio mixer controls.