#include <linux/stddef.h>
#include <linux/string.h>
#include <linux/kmod.h>
#include "sound_config.h"
#include "ulaw.h"
#include "coproc.h"
Go to the source code of this file.
|
int | audio_open (int dev, struct file *file) |
|
void | audio_release (int dev, struct file *file) |
|
int | audio_write (int dev, struct file *file, const char __user *buf, int count) |
|
int | audio_read (int dev, struct file *file, char __user *buf, int count) |
|
int | audio_ioctl (int dev, struct file *file, unsigned int cmd, void __user *arg) |
|
void | audio_init_devices (void) |
|
void | reorganize_buffers (int dev, struct dma_buffparms *dmap, int recording) |
|