diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-19 17:47:38 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-19 17:47:38 +0000 |
commit | 3909e6ffbbf9a5abf9637dcde0f292930d0e4da8 (patch) | |
tree | 38ddd992960e1ef5a4f295c992a960ed05c26fcc /sys/dev/pci/auviavar.h | |
parent | 512bbf9eb5ef1c1e112255f7f0b72bc2a37932a8 (diff) |
remove local hack and use ac97_set_rate; tested by form@
Diffstat (limited to 'sys/dev/pci/auviavar.h')
-rw-r--r-- | sys/dev/pci/auviavar.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/pci/auviavar.h b/sys/dev/pci/auviavar.h index 0ea7fab5513..b6042b2a79d 100644 --- a/sys/dev/pci/auviavar.h +++ b/sys/dev/pci/auviavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auviavar.h,v 1.3 2000/12/27 02:50:07 mickey Exp $ */ +/* $OpenBSD: auviavar.h,v 1.4 2001/11/19 17:47:37 mickey Exp $ */ /* $NetBSD: auviavar.h,v 1.1 2000/03/31 04:45:29 tsarna Exp $ */ /*- @@ -53,13 +53,9 @@ struct auvia_softc_chan { struct auvia_softc { struct device sc_dev; + void *sc_ih; /* interrupt handle */ 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 */ pci_chipset_tag_t sc_pc; pcitag_t sc_pt; |