From ad47b89def2f9eacc007352b73f34eab2e08ae0a Mon Sep 17 00:00:00 2001 From: kettenis Date: Fri, 3 Feb 2023 13:28:51 +0000 Subject: [PATCH] sncodec(4) --- share/man/man4/Makefile | 5 +++-- share/man/man4/sncodec.4 | 42 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/sncodec.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 24d0e6586f9..2dad0898cf8 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.828 2022/12/12 19:25:49 kettenis Exp $ +# $OpenBSD: Makefile,v 1.829 2023/02/03 13:28:51 kettenis Exp $ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -83,7 +83,8 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ safte.4 sbus.4 schsio.4 scsi.4 sd.4 \ sdmmc.4 sdhc.4 se.4 ses.4 sf.4 sili.4 \ simpleamp.4 simpleaudio.4 simplefb.4 simplepanel.4 siop.4 sis.4 sk.4 \ - sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \ + sm.4 smsc.4 sncodec.4 \ + softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \ ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 sxiccmu.4 \ sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirintc.4 sxirsb.4 sxirtc.4 \ sxisid.4 sxisyscon.4 sxitemp.4 sxitwi.4 sym.4 sypwr.4 syscon.4 \ diff --git a/share/man/man4/sncodec.4 b/share/man/man4/sncodec.4 new file mode 100644 index 00000000000..d63f3a591fd --- /dev/null +++ b/share/man/man4/sncodec.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: sncodec.4,v 1.1 2023/02/03 13:28:51 kettenis Exp $ +.\" +.\" Copyright (c) 2023 Mark Kettenis +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: February 3 2023 $ +.Dt SNCODEC 4 +.Os +.Sh NAME +.Nm sncodec +.Nd Texas Instruments TAS2764 digital amplifier +.Sh SYNOPSIS +.Cd "sncodec* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Texas Instruments TAS2764/SN012776 +digital amplifier. +.Sh SEE ALSO +.Xr iic 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . -- 2.20.1