diff options
author | 2021-03-07 06:17:03 +0000 | |
---|---|---|
committer | 2021-03-07 06:17:03 +0000 | |
commit | 14124d57e95517bcf107238ddc5649da45df0e4d (patch) | |
tree | 03cc6ede12e4cd9e6693f852a6f98116512186ce /sys/dev/isa/ess.c | |
parent | use uint64_t ethernet addresses for compares in carp. (diff) | |
download | wireguard-openbsd-14124d57e95517bcf107238ddc5649da45df0e4d.tar.xz wireguard-openbsd-14124d57e95517bcf107238ddc5649da45df0e4d.zip |
ansi
Diffstat (limited to 'sys/dev/isa/ess.c')
-rw-r--r-- | sys/dev/isa/ess.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/isa/ess.c b/sys/dev/isa/ess.c index 3dbdf2f00b3..b146a658cc0 100644 --- a/sys/dev/isa/ess.c +++ b/sys/dev/isa/ess.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ess.c,v 1.24 2016/09/19 06:46:44 ratchov Exp $ */ +/* $OpenBSD: ess.c,v 1.25 2021/03/07 06:17:03 jsg Exp $ */ /* $NetBSD: ess.c,v 1.44.4.1 1999/06/21 01:18:00 thorpej Exp $ */ /* @@ -2114,10 +2114,7 @@ ess_reset(struct ess_softc *sc) } void -ess_set_gain(sc, port, on) - struct ess_softc *sc; - int port; - int on; +ess_set_gain(struct ess_softc *sc, int port, int on) { int gain, left, right; int mix; |