diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
commit | 1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch) | |
tree | 4495d23e7b54ab5700e3839081e797c1eafe0db9 /misc/man9ossddk/ossddk_ac97_install.9ossddk | |
download | oss4-upstream/4.2-build2006.tar.gz |
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'misc/man9ossddk/ossddk_ac97_install.9ossddk')
-rw-r--r-- | misc/man9ossddk/ossddk_ac97_install.9ossddk | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/misc/man9ossddk/ossddk_ac97_install.9ossddk b/misc/man9ossddk/ossddk_ac97_install.9ossddk new file mode 100644 index 0000000..0469fe7 --- /dev/null +++ b/misc/man9ossddk/ossddk_ac97_install.9ossddk @@ -0,0 +1,78 @@ +'\" te +.\" Copyright (c) 2005, 4Front Technologies 2005\&. +.TH ossddk_ac97_install 9ossddk "12 Sep 2005" "SunOS 5.10" "OSS DDK Services" +.SH "NAME" +ossddk_ac97_install \- TODO +.PP +.SH "SYNOPSIS" +.nf +#include <sys/soundcard.h> +.LP +#include <sys/ossddk/ossddk.h> +.fi +.LP +\fBint\fR ossddk_ac97_install(\fBac97_handle_t *\fI*ac97handle\fP, \fBchar *\fIname\fP, \fBac97_readfunc_t \fIreadfn\fP, \fBac97_writefunc_t \fIwritefn\fP, \fBvoid *\fIhostparms\fP, \fBoss_device_t * \fIosdev\fP); +.PP +.SH "INTERFACE LEVEL" +.PP +Open Sound System specific (OSS 4.0 DDK)\&. +.PP +.SH "ARGUMENTS" +.PP +.sp +.ne 2 +.mk +\fB\fI*ac97handle\fR +.in +16n +.rt +TODO *ac97handle +.in -16n +.sp +.ne 2 +.mk +\fB\fIname\fR +.in +16n +.rt +TODO name +.in -16n +.sp +.ne 2 +.mk +\fB\fIreadfn\fR +.in +16n +.rt +TODO readfn +.in -16n +.sp +.ne 2 +.mk +\fB\fIwritefn\fR +.in +16n +.rt +TODO writefn +.in -16n +.sp +.ne 2 +.mk +\fB\fIhostparms\fR +.in +16n +.rt +TODO hostparms +.in -16n +.sp +.ne 2 +.mk +\fB\fIosdev\fR +.in +16n +.rt +OSS device handle. +.in -16n +.PP +.SH "DESCRIPTION" +.PP +TODO +.PP +.SH "SEE ALSO" +.PP +\fIWriting Sound Device Drivers with OSS DDK\fR +\fIOpen Sound System Programmer's Guide\fR |