diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-11-18 21:13:18 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-11-18 21:13:18 +0000 |
commit | 64337581e0aed5990bffe3e011f83a04f35e419e (patch) | |
tree | 355b94a491d74af5d9e5cb4d89501558a2981932 /share/man | |
parent | 7a388dfe57a6905dfae173231e34c399d17a0bf5 (diff) |
* always move the same amount of data (256 frames) in the interrupt handler
* round blocksizes to multiples of 256 frames
* fix display of record.source.volume and add record.mic.preamp
mixer controls
* add recording support
ok kettenis@. ok ratchov@ on a slightly different version.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.sgi/mavb.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/man4.sgi/mavb.4 b/share/man/man4/man4.sgi/mavb.4 index a5b34bb7408..d5da6990141 100644 --- a/share/man/man4/man4.sgi/mavb.4 +++ b/share/man/man4/man4.sgi/mavb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mavb.4,v 1.6 2009/10/26 18:38:09 miod Exp $ +.\" $OpenBSD: mavb.4,v 1.7 2009/11/18 21:13:17 jakemsr Exp $ .\" .\" Copyright (c) 2005 Mark Kettenis .\" @@ -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: October 26 2009 $ +.Dd $Mdocdate: November 18 2009 $ .Dt MAVB 4 sgi .Os .Sh NAME @@ -59,5 +59,4 @@ Therefore, the volume buttons only control the output volume of the DAC. .Sh BUGS Currently only sample rates up to 48 kHz are supported. -Recording is not implemented yet. The second DAC on the AD1843 codec sits idle. |