#include <linux/gfp.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <mach/hardware.h>
#include <asm/dma.h>
#include <asm/io.h>
#include <asm/hardware/iomd.h>
#include <asm/irq.h>
#include "sound_config.h"
#include "vidc.h"
Go to the source code of this file.
#define my_abs |
( |
|
i | ) |
((i)<0 ? -(i) : (i)) |
#define SCALE |
( |
|
lev, |
|
|
|
master |
|
) |
| ((lev) * (master) * 65536 / 10000) |
#define TYPE |
( |
|
fmt, |
|
|
|
ch |
|
) |
| (((fmt)<<2) | ((ch)&3)) |
#define VIDC_SOUND_CLOCK (250000) |
#define VIDC_SOUND_CLOCK_EXT (176400) |
MODULE_AUTHOR |
( |
"Russell King" |
| ) |
|
module_exit |
( |
cleanup_vidc |
| ) |
|
module_init |
( |
init_vidc |
| ) |
|
void vidc_update_filler |
( |
int |
bits, |
|
|
int |
channels |
|
) |
| |