diff options
author | 2009-05-08 15:31:16 +0000 | |
---|---|---|
committer | 2009-05-08 15:31:16 +0000 | |
commit | 6ce34ffe883db41d8c9d84fd4ca58366cfe1b12c (patch) | |
tree | cd47e8428ceb55aecb4bc6d6ec82db0624acaf06 /sys/dev/pci/envyvar.h | |
parent | expose HT mixer; since neither the digital mixer nor codec (diff) | |
download | wireguard-openbsd-6ce34ffe883db41d8c9d84fd4ca58366cfe1b12c.tar.xz wireguard-openbsd-6ce34ffe883db41d8c9d84fd4ca58366cfe1b12c.zip |
rename few functions and macros, fix style
Diffstat (limited to 'sys/dev/pci/envyvar.h')
-rw-r--r-- | sys/dev/pci/envyvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/envyvar.h b/sys/dev/pci/envyvar.h index 5c6dc043150..cf3e44f66d3 100644 --- a/sys/dev/pci/envyvar.h +++ b/sys/dev/pci/envyvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: envyvar.h,v 1.10 2009/05/08 14:56:03 ratchov Exp $ */ +/* $OpenBSD: envyvar.h,v 1.11 2009/05/08 15:31:16 ratchov Exp $ */ /* * Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> * @@ -47,7 +47,7 @@ struct envy_card { int noch; struct envy_codec *dac; void (*init)(struct envy_softc *); - void (*ak_write)(struct envy_softc *, int, int, int); + void (*codec_write)(struct envy_softc *, int, int, int); unsigned char *eeprom; }; |