diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-06-11 00:20:47 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-06-11 00:20:47 +0000 |
commit | 8489491caec64d4279e1126e366b61bb841958b5 (patch) | |
tree | 3f35f245f122160cacbb290881be992c6ac33b84 /share | |
parent | 825026a01fa7161009d302847197dd4fa503b851 (diff) |
simpleamp(4) and simpleaudio(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/simpleamp.4 | 40 | ||||
-rw-r--r-- | share/man/man4/simpleaudio.4 | 44 |
3 files changed, 87 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 3c4f629458b..7f1c076ac27 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.776 2020/06/11 00:10:57 patrick Exp $ +# $OpenBSD: Makefile,v 1.777 2020/06/11 00:20:46 patrick Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -69,8 +69,8 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ rkpmic.4 rkpwm.4 rkrng.4 rktemp.4 rkvop.4 \ rl.4 rlphy.4 route.4 rsu.4 rtsx.4 rum.4 run.4 rtw.4 rtwn.4 \ safe.4 safte.4 sbus.4 schsio.4 scsi.4 sd.4 \ - sdmmc.4 sdhc.4 se.4 ses.4 \ - sf.4 sili.4 simplefb.4 simplepanel.4 siop.4 sis.4 sk.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 \ ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxiccmu.4 \ sxidog.4 sximmc.4 sxipio.4 sxipwm.4 sxirsb.4 sxirtc.4 sxisid.4 \ diff --git a/share/man/man4/simpleamp.4 b/share/man/man4/simpleamp.4 new file mode 100644 index 00000000000..82a471f49fe --- /dev/null +++ b/share/man/man4/simpleamp.4 @@ -0,0 +1,40 @@ +.\" $OpenBSD: simpleamp.4,v 1.1 2020/06/11 00:20:46 patrick Exp $ +.\" +.\" Copyright (c) 2020 Patrick Wildt <patrick@openbsd.org> +.\" +.\" 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: June 11 2020 $ +.Dt SIMPLEAMP 4 +.Os +.Sh NAME +.Nm simpleamp +.Nd simple audio amplifier +.Sh SYNOPSIS +.Cd "simpleamp* at fdt?" +.Sh DESCRIPTION +.Nm +is a generic driver for audio amplifier. +.Sh SEE ALSO +.Xr intro 4 , +.Xr simpleaudio 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Patrick Wildt Aq Mt patrick@blueri.se . diff --git a/share/man/man4/simpleaudio.4 b/share/man/man4/simpleaudio.4 new file mode 100644 index 00000000000..44613b8a357 --- /dev/null +++ b/share/man/man4/simpleaudio.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: simpleaudio.4,v 1.1 2020/06/11 00:20:46 patrick Exp $ +.\" +.\" Copyright (c) 2020 Patrick Wildt <patrick@openbsd.org> +.\" +.\" 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: June 11 2020 $ +.Dt SIMPLEAUDIO 4 +.Os +.Sh NAME +.Nm simpleaudio +.Nd simple audio card +.Sh SYNOPSIS +.Cd "simpleaudio* at fdt?" +.Cd "audio* at simpleaudio?" +.Sh DESCRIPTION +.Nm +is a generic driver for audio cards. +It represents the logical connection of the DMA controller, +the codec and auxiliary devices like a speaker amplifier. +.Sh SEE ALSO +.Xr audio 4 , +.Xr intro 4 , +.Xr simpleamp 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Patrick Wildt Aq Mt patrick@blueri.se . |