summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.c
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2009-05-31 03:22:06 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2009-05-31 03:22:06 +0000
commitc5d44f9bc05aa144fb212c9bc7fc7d711f710b2b (patch)
tree761b57578da54caaaed61293a70d0f520b4d1720 /sys/dev/pci/azalia.c
parentbf68e2ef4592f6cd62cd316bf128c13fc7553d6a (diff)
zap _generic from the names of several functions. there are no
more non-generic versions, and there never will be again.
Diffstat (limited to 'sys/dev/pci/azalia.c')
-rw-r--r--sys/dev/pci/azalia.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/azalia.c b/sys/dev/pci/azalia.c
index 8c1b7a6516b..d0d3f7fa805 100644
--- a/sys/dev/pci/azalia.c
+++ b/sys/dev/pci/azalia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: azalia.c,v 1.136 2009/05/31 02:57:51 jakemsr Exp $ */
+/* $OpenBSD: azalia.c,v 1.137 2009/05/31 03:22:05 jakemsr Exp $ */
/* $NetBSD: azalia.c,v 1.20 2006/05/07 08:31:44 kent Exp $ */
/*-
@@ -3657,7 +3657,7 @@ azalia_set_port(void *v, mixer_ctrl_t *mc)
if (mc->type != m->devinfo.type)
return EINVAL;
- return azalia_generic_mixer_set(co, m->nid, m->target, mc);
+ return azalia_mixer_set(co, m->nid, m->target, mc);
}
int
@@ -3678,7 +3678,7 @@ azalia_get_port(void *v, mixer_ctrl_t *mc)
m = &co->mixers[mc->dev];
mc->type = m->devinfo.type;
- return azalia_generic_mixer_get(co, m->nid, m->target, mc);
+ return azalia_mixer_get(co, m->nid, m->target, mc);
}
int