summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.h
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-10-26 20:46:58 +0000
committercg <cg@FreeBSD.org>2000-10-26 20:46:58 +0000
commitf395b4d615e2d160af36c0e6100a369313ee0f57 (patch)
treeca8fa72d60bbfa8c609c827877784f53e83597ac /sys/dev/sound/pcm/ac97.h
parentd877bb8d5ab3055fcfe9301216cce1bb9d29baea (diff)
downloadFreeBSD-src-f395b4d615e2d160af36c0e6100a369313ee0f57.zip
FreeBSD-src-f395b4d615e2d160af36c0e6100a369313ee0f57.tar.gz
add reinit functions to mixers
unstaticize chn_start() add reset/resetdone functions to channels
Diffstat (limited to 'sys/dev/sound/pcm/ac97.h')
-rw-r--r--sys/dev/sound/pcm/ac97.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h
index 0697cea..1305424 100644
--- a/sys/dev/sound/pcm/ac97.h
+++ b/sys/dev/sound/pcm/ac97.h
@@ -75,4 +75,6 @@ struct ac97_info *ac97_create(device_t dev, void *devinfo, ac97_init *init,
void ac97_destroy(struct ac97_info *codec);
int ac97_setrate(struct ac97_info *codec, int which, int rate);
int ac97_setextmode(struct ac97_info *codec, u_int16_t mode);
+u_int16_t ac97_getextmode(struct ac97_info *codec);
+u_int16_t ac97_getextcaps(struct ac97_info *codec);
OpenPOWER on IntegriCloud