diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-27 02:50:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-12-27 02:50:08 +0000 |
commit | 438e65b12d4bae042b74e26c667b44a5e1c0f4c2 (patch) | |
tree | a33de89d128273de8bb114b2a44af81083567865 /sys/dev/pci/auviavar.h | |
parent | 9bdc5ba3c26a775a05bf99ceb22c3452700afd99 (diff) |
behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic <il11@mail.csuchico.edu>
Diffstat (limited to 'sys/dev/pci/auviavar.h')
-rw-r--r-- | sys/dev/pci/auviavar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/auviavar.h b/sys/dev/pci/auviavar.h index 414e3c702f1..0ea7fab5513 100644 --- a/sys/dev/pci/auviavar.h +++ b/sys/dev/pci/auviavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auviavar.h,v 1.2 2000/10/14 18:04:07 aaron Exp $ */ +/* $OpenBSD: auviavar.h,v 1.3 2000/12/27 02:50:07 mickey Exp $ */ /* $NetBSD: auviavar.h,v 1.1 2000/03/31 04:45:29 tsarna Exp $ */ /*- @@ -55,6 +55,9 @@ struct auvia_softc { struct device sc_dev; char sc_revision[8]; + u_long sc_fixed_rate; /* if codec doesn't support variable + * rate audio, set to the fixed rate + * it uses */ void *sc_ih; /* interrupt handle */ |