diff options
author | gkoehler <gkoehler@cvs.openbsd.org> | 2020-06-06 21:01:31 +0000 |
---|---|---|
committer | gkoehler <gkoehler@cvs.openbsd.org> | 2020-06-06 21:01:31 +0000 |
commit | 59341e2d230985d837aed4db8bdaa2e4f3139833 (patch) | |
tree | 244a5a07a12e7426c80d498aa2024fd4ad82517b /share/man | |
parent | 93b488e1c1f2210b67cfebb6d409a4a9761d419a (diff) |
Move PowerBook5,4 audio from aoa(4) to snapper(4).
This adds the missing TAS3004 volume control. Before, I put my ear
near the speaker (to hear audio), because I had no way to turn up the
volume. Now, the default volume is much louder, so I use sndioctl(1)
to turn it down.
Check for the model string "PowerBook5,4". This model's device tree
has compatible = "AOAKeylargo" for the audio, doesn't show the TAS3004
in the same way as other models.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.macppc/aoa.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/snapper.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.macppc/aoa.4 b/share/man/man4/man4.macppc/aoa.4 index a70ae8c4386..fe8b2237658 100644 --- a/share/man/man4/man4.macppc/aoa.4 +++ b/share/man/man4/man4.macppc/aoa.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aoa.4,v 1.9 2016/07/02 16:28:50 mglocker Exp $ +.\" $OpenBSD: aoa.4,v 1.10 2020/06/06 21:01:30 gkoehler Exp $ .\" .\" Copyright (c) 2005 Joris Vink. .\" Copyright (c) 2004 Dale Rahn. @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: July 2 2016 $ +.Dd $Mdocdate: June 6 2020 $ .Dt AOA 4 macppc .Os .Sh NAME @@ -46,8 +46,6 @@ driver include: .Pp .Bl -dash -offset indent -compact .It -PowerBook5,4 -.It PowerMac7,3 .It PowerMac9,1 diff --git a/share/man/man4/man4.macppc/snapper.4 b/share/man/man4/man4.macppc/snapper.4 index ebbfab9f2ab..357d01264b0 100644 --- a/share/man/man4/man4.macppc/snapper.4 +++ b/share/man/man4/man4.macppc/snapper.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snapper.4,v 1.16 2015/01/15 20:37:36 schwarze Exp $ +.\" $OpenBSD: snapper.4,v 1.17 2020/06/06 21:01:30 gkoehler Exp $ .\" .\" Copyright (c) 2004 Dale Rahn. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: January 15 2015 $ +.Dd $Mdocdate: June 6 2020 $ .Dt SNAPPER 4 macppc .Os .Sh NAME @@ -57,6 +57,8 @@ PowerBook5,2 .It PowerBook5,3 .It +PowerBook5,4 +.It PowerBook5,5 .It PowerBook5,6 |