diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 03:16:15 +0000 |
commit | e63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch) | |
tree | c2aa960c67a99a878c8902943399029fa598683f /sys/dev/pci/maestro.c | |
parent | 71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff) |
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/dev/pci/maestro.c')
-rw-r--r-- | sys/dev/pci/maestro.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/pci/maestro.c b/sys/dev/pci/maestro.c index 21b6eba422a..ab9f122690e 100644 --- a/sys/dev/pci/maestro.c +++ b/sys/dev/pci/maestro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: maestro.c,v 1.14 2002/03/14 01:26:59 millert Exp $ */ +/* $OpenBSD: maestro.c,v 1.15 2002/03/14 03:16:06 millert Exp $ */ /* $FreeBSD: /c/ncvs/src/sys/dev/sound/pci/maestro.c,v 1.3 2000/11/21 12:22:11 julian Exp $ */ /* * FreeBSD's ESS Agogo/Maestro driver @@ -182,10 +182,10 @@ void maestro_free(void *, void *, int); size_t maestro_round_buffersize(void *, int, size_t); paddr_t maestro_mappage(void *, void *, off_t, int); int maestro_get_props(void *); -int maestro_trigger_output __P((void *, void *, void *, int, void (*)(void *), - void *, struct audio_params *)); -int maestro_trigger_input __P((void *, void *, void *, int, void (*)(void *), - void *, struct audio_params *)); +int maestro_trigger_output(void *, void *, void *, int, void (*)(void *), + void *, struct audio_params *); +int maestro_trigger_input(void *, void *, void *, int, void (*)(void *), + void *, struct audio_params *); int maestro_attach_codec(void *, struct ac97_codec_if *); int maestro_read_codec(void *, u_int8_t, u_int16_t *); |