Module Name:    src
Committed By:   nia
Date:           Fri Feb 26 09:20:58 UTC 2021

Modified Files:
        src/share/man/man4/man4.evbarm: Makefile
Added Files:
        src/share/man/man4/man4.evbarm: vcaudio.4

Log Message:
Add a man page for vcaudio(4)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/man4.evbarm/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.evbarm/vcaudio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/man4.evbarm/Makefile
diff -u src/share/man/man4/man4.evbarm/Makefile:1.9 src/share/man/man4/man4.evbarm/Makefile:1.10
--- src/share/man/man4/man4.evbarm/Makefile:1.9	Thu Jun  6 05:32:29 2019
+++ src/share/man/man4/man4.evbarm/Makefile	Fri Feb 26 09:20:58 2021
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.9 2019/06/06 05:32:29 mrg Exp $
+#	$NetBSD: Makefile,v 1.10 2021/02/26 09:20:58 nia Exp $
 
 MAN=	awge.4 bcmgpio.4 cpsw.4 epgpio.4 gxio.4 intro.4 iopaau.4 iopwdog.4 \
-	rktsadc.4
+	rktsadc.4 vcaudio.4
 
 MANSUBDIR=/evbarm
 

Added files:

Index: src/share/man/man4/man4.evbarm/vcaudio.4
diff -u /dev/null src/share/man/man4/man4.evbarm/vcaudio.4:1.1
--- /dev/null	Fri Feb 26 09:20:58 2021
+++ src/share/man/man4/man4.evbarm/vcaudio.4	Fri Feb 26 09:20:58 2021
@@ -0,0 +1,67 @@
+.\" $NetBSD: vcaudio.4,v 1.1 2021/02/26 09:20:58 nia Exp $
+.\"
+.\" Copyright (c) 2021 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd February 26, 2021
+.Dt VCAUDIO 4
+.Os
+.Sh NAME
+.Nm vcaudio
+.Nd Broadcom VideoCore integrated audio device driver
+.Sh SYNOPSIS
+.Cd "vcaudio* at vchiq?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the VideoCore 4 audio interface found on
+Broadcom SoCs used in boards such as the Raspberry Pi.
+.Pp
+Three outputs are supported:
+.Li auto ,
+.Li headphones ,
+and
+.Li hdmi .
+The selected output can be changed using the
+.Li outputs.select
+.Xr mixerctl 1
+variable.
+.Li headphones
+corresponds to the analog 3.5mm jack on the Raspberry Pi.
+.Pp
+The hardware does not support recording.
+.Sh SEE ALSO
+.Xr mixerctl 1 ,
+.Xr audio 4 ,
+.Xr mixer 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 7.0 .
+.Sh BUGS
+The playback block size is fixed at 40ms of audio.
+The hardware output format is fixed at stereo 48kHz 16-bit LPCM so is
+not configurable with
+.Xr audiocfg 1 .

Reply via email to