diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-04-24 16:05:07 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-04-24 16:05:07 +0000 |
commit | 1342f46d071187250f53817f8dc6f7a424f23836 (patch) | |
tree | 8b03e79686cfb63958c47c1c0f33774151b1ab08 /sys/dev/pci/azalia.h | |
parent | 3f6345e0d34d1965a2e4e209f7b1dcd4df7145e6 (diff) |
drop _generic from azalia_generic_codec_fnode(). there will not
be a non-generic version. move the prototype to azalia.h so it
can also be used in azalia.c in the future.
Diffstat (limited to 'sys/dev/pci/azalia.h')
-rw-r--r-- | sys/dev/pci/azalia.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/azalia.h b/sys/dev/pci/azalia.h index 2f14a4f984a..a3bc08cd13c 100644 --- a/sys/dev/pci/azalia.h +++ b/sys/dev/pci/azalia.h @@ -1,4 +1,4 @@ -/* $OpenBSD: azalia.h,v 1.42 2009/04/24 16:02:17 jakemsr Exp $ */ +/* $OpenBSD: azalia.h,v 1.43 2009/04/24 16:05:06 jakemsr Exp $ */ /* $NetBSD: azalia.h,v 1.6 2006/01/16 14:15:26 kent Exp $ */ /*- @@ -685,3 +685,4 @@ int azalia_codec_init_vtbl(codec_t *); int azalia_codec_construct_format(codec_t *, int, int); int azalia_widget_enabled(const codec_t *, nid_t); int azalia_codec_gpio_quirks(codec_t *); +int azalia_codec_fnode(codec_t *, nid_t, int, int); |