From c9b81e7697d64c60b164da4598012e4dc479b37b Mon Sep 17 00:00:00 2001 From: kettenis Date: Wed, 7 Apr 2021 17:13:38 +0000 Subject: [PATCH] graphaudio(4) --- share/man/man4/Makefile | 9 ++++--- share/man/man4/graphaudio.4 | 48 ++++++++++++++++++++++++++++++++++++ share/man/man4/simpleaudio.4 | 5 ++-- 3 files changed, 56 insertions(+), 6 deletions(-) create mode 100644 share/man/man4/graphaudio.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 4f7f98a2088..073f3086c07 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.793 2021/02/23 04:13:17 dlg Exp $ +# $OpenBSD: Makefile,v 1.794 2021/04/07 17:13:38 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 \ @@ -31,9 +31,10 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \ emu.4 enc.4 endrun.4 envy.4 eoip.4 ep.4 epic.4 esa.4 escodec.4 \ eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \ - fanpwr.4 fd.4 fdc.4 fec.4 fido.4 fins.4 fintek.4 fms.4 fusbtc.4 fuse.4 \ - fxp.4 gdt.4 gentbi.4 gem.4 gif.4 \ - glenv.4 glkgpio.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gre.4 gscsio.4 \ + fanpwr.4 fd.4 fdc.4 fec.4 fido.4 fins.4 fintek.4 fms.4 fusbtc.4 \ + fuse.4 fxp.4 \ + gdt.4 gentbi.4 gem.4 gif.4 glenv.4 glkgpio.4 gpio.4 gpiodcf.4 \ + gpioiic.4 gpioow.4 graphaudio.4 gre.4 gscsio.4 \ hds.4 hiclock.4 hidwusb.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 \ hireset.4 hitemp.4 hme.4 hotplug.4 hsq.4 \ hvn.4 hvs.4 hyperv.4 \ diff --git a/share/man/man4/graphaudio.4 b/share/man/man4/graphaudio.4 new file mode 100644 index 00000000000..8d00055e341 --- /dev/null +++ b/share/man/man4/graphaudio.4 @@ -0,0 +1,48 @@ +.\" $OpenBSD: graphaudio.4,v 1.1 2021/04/07 17:13:38 kettenis Exp $ +.\" +.\" Copyright (c) 2020 Patrick Wildt +.\" +.\" 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: April 7 2021 $ +.Dt GRAPHAUDIO 4 +.Os +.Sh NAME +.Nm graphaudio +.Nd audio graph card +.Sh SYNOPSIS +.Cd "graphaudio* at fdt?" +.Cd "audio* at graphaudio?" +.Sh DESCRIPTION +.Nm +is a generic driver for audio cards. +It represents the logical connection of audio components like I2S +controllers and codecs. +.Sh SEE ALSO +.Xr audio 4 , +.Xr intro 4 , +.Xr simpleaudio 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.9 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org +based on the +.Xr simpleaudio 4 +driver by +.An Patrick Wildt Aq Mt patrick@blueri.se . diff --git a/share/man/man4/simpleaudio.4 b/share/man/man4/simpleaudio.4 index 44613b8a357..632918df6dd 100644 --- a/share/man/man4/simpleaudio.4 +++ b/share/man/man4/simpleaudio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: simpleaudio.4,v 1.1 2020/06/11 00:20:46 patrick Exp $ +.\" $OpenBSD: simpleaudio.4,v 1.2 2021/04/07 17:13:38 kettenis Exp $ .\" .\" Copyright (c) 2020 Patrick Wildt .\" @@ -14,7 +14,7 @@ .\" 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 $ +.Dd $Mdocdate: April 7 2021 $ .Dt SIMPLEAUDIO 4 .Os .Sh NAME @@ -31,6 +31,7 @@ the codec and auxiliary devices like a speaker amplifier. .Sh SEE ALSO .Xr audio 4 , .Xr intro 4 , +.Xr graphaudio 4, .Xr simpleamp 4 .Sh HISTORY The -- 2.20.1