#include <linux/fs.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/sound.h>
#include <linux/soundcard.h>
#include <linux/mutex.h>
#include <asm/uaccess.h>
#include <init.h>
#include <os.h>
Go to the source code of this file.
Value:" This is used to specify the host dsp device to the hostaudio driver.\n" \
Definition at line 35 of file hostaudio_kern.c.
| #define HOSTAUDIO_DEV_DSP "/dev/sound/dsp" |
| #define HOSTAUDIO_DEV_MIXER "/dev/sound/mixer" |
Value:" This is used to specify the host mixer device to the hostaudio driver.\n"\
Definition at line 39 of file hostaudio_kern.c.
| MODULE_AUTHOR |
( |
"Steve Schmidtke" |
| ) |
|
| MODULE_DESCRIPTION |
( |
"UML Audio Relay" |
| ) |
|
| module_exit |
( |
hostaudio_cleanup_module |
| ) |
|
| module_init |
( |
hostaudio_init_module |
| ) |
|
| module_param |
( |
dsp |
, |
|
|
charp |
, |
|
|
0644 |
|
|
) |
| |
| module_param |
( |
mixer |
, |
|
|
charp |
, |
|
|
0644 |
|
|
) |
| |
| struct { ... } module_data |