From 3909e6ffbbf9a5abf9637dcde0f292930d0e4da8 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 19 Nov 2001 17:47:38 +0000 Subject: remove local hack and use ac97_set_rate; tested by form@ --- sys/dev/pci/auviavar.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/dev/pci/auviavar.h') 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; -- cgit v1.2.3