summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/ac97.h
diff options
context:
space:
mode:
authororion <orion@FreeBSD.org>2003-01-25 16:54:05 +0000
committerorion <orion@FreeBSD.org>2003-01-25 16:54:05 +0000
commitfa9bb7ba2fd9e081070caf66a438a2209382f430 (patch)
treef4338ca38019be5342e1c361982bf0fb14af78a4 /sys/dev/sound/pcm/ac97.h
parent9990af4e06ee5ba76eafdb860d7252054fd2c301 (diff)
downloadFreeBSD-src-fa9bb7ba2fd9e081070caf66a438a2209382f430.zip
FreeBSD-src-fa9bb7ba2fd9e081070caf66a438a2209382f430.tar.gz
Add ac97_patch.[ch] that provide space for ac97 codec specific patches.
Diffstat (limited to 'sys/dev/sound/pcm/ac97.h')
-rw-r--r--sys/dev/sound/pcm/ac97.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h
index 9c18121..d0844e4 100644
--- a/sys/dev/sound/pcm/ac97.h
+++ b/sys/dev/sound/pcm/ac97.h
@@ -101,3 +101,6 @@ u_int16_t ac97_getextmode(struct ac97_info *codec);
u_int16_t ac97_getextcaps(struct ac97_info *codec);
u_int16_t ac97_getcaps(struct ac97_info *codec);
+u_int16_t ac97_rdcd(struct ac97_info *codec, int reg);
+void ac97_wrcd(struct ac97_info *codec, int reg, u_int16_t val);
+
OpenPOWER on IntegriCloud