patch-2.1.115 linux/include/asm-sparc/audioio.h
Next file: linux/include/asm-sparc/bitops.h
Previous file: linux/include/asm-sparc/asm_offsets.h
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Tue Aug 4 16:03:35 1998
- Orig file:
v2.1.114/linux/include/asm-sparc/audioio.h
- Orig date:
Fri May 8 23:14:56 1998
diff -u --recursive --new-file v2.1.114/linux/include/asm-sparc/audioio.h linux/include/asm-sparc/audioio.h
@@ -12,9 +12,11 @@
* SunOS/Solaris /dev/audio interface
*/
+#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
#include <linux/types.h>
#include <linux/time.h>
#include <linux/ioctl.h>
+#endif
/*
* This structure contains state information for audio device IO streams.
@@ -262,6 +264,9 @@
void *private;
unsigned long flags;
+ /* This device */
+ struct linux_sbus_device *dev;
+
/* Processes blocked on open() sit here. */
struct wait_queue *open_wait;
@@ -286,12 +291,14 @@
struct sparcaudio_operations
{
int (*open)(struct inode *, struct file *, struct sparcaudio_driver *);
- void (*release)(struct inode *, struct file *, struct sparcaudio_driver *);
- int (*ioctl)(struct inode *, struct file *, unsigned int, unsigned long,
- struct sparcaudio_driver *);
+ void (*release)(struct inode *, struct file *, struct
+ sparcaudio_driver *);
+ int (*ioctl)(struct inode *, struct file *, unsigned int,
+ unsigned long, struct sparcaudio_driver *);
/* Ask driver to begin playing a buffer. */
- void (*start_output)(struct sparcaudio_driver *, __u8 *, unsigned long);
+ void (*start_output)(struct sparcaudio_driver *, __u8 *,
+ unsigned long);
/* Ask driver to stop playing a buffer. */
void (*stop_output)(struct sparcaudio_driver *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov