summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.h
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-01-18 17:13:43 +0000
committercg <cg@FreeBSD.org>2000-01-18 17:13:43 +0000
commitfc15400060f2632255029d99d6de8f8f31880596 (patch)
tree34ef7acb1f7683904321a28a08828a8b624489ea /sys/dev/sound/pcm/ac97.h
parent3005c00a64df52d1c5d631814a99d0c94d7cfee6 (diff)
downloadFreeBSD-src-fc15400060f2632255029d99d6de8f8f31880596.zip
FreeBSD-src-fc15400060f2632255029d99d6de8f8f31880596.tar.gz
update ac97 layer to use device_printf when printing messages
Diffstat (limited to 'sys/dev/sound/pcm/ac97.h')
-rw-r--r--sys/dev/sound/pcm/ac97.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h
index b38d344..c93b29b 100644
--- a/sys/dev/sound/pcm/ac97.h
+++ b/sys/dev/sound/pcm/ac97.h
@@ -32,4 +32,4 @@ typedef void (ac97_write)(void *devinfo, int regno, u_int32_t data);
extern snd_mixer ac97_mixer;
struct ac97_info;
-struct ac97_info *ac97_create(void *devinfo, ac97_read *rd, ac97_write *wr);
+struct ac97_info *ac97_create(device_t dev, void *devinfo, ac97_read *rd, ac97_write *wr);
OpenPOWER on IntegriCloud