Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/clk.h>
#include <sound/pcm.h>
#include <linux/mfd/davinci_voicecodec.h>
Go to the source code of this file.
Functions | |
u32 | davinci_vc_read (struct davinci_vc *davinci_vc, int reg) |
void | davinci_vc_write (struct davinci_vc *davinci_vc, int reg, u32 val) |
module_init (davinci_vc_init) | |
module_exit (davinci_vc_exit) | |
MODULE_AUTHOR ("Miguel Aguilar") | |
MODULE_DESCRIPTION ("Texas Instruments DaVinci Voice Codec Core Interface") | |
MODULE_LICENSE ("GPL") | |
u32 davinci_vc_read | ( | struct davinci_vc * | davinci_vc, |
int | reg | ||
) |
Definition at line 35 of file davinci_voicecodec.c.
void davinci_vc_write | ( | struct davinci_vc * | davinci_vc, |
int | reg, | ||
u32 | val | ||
) |
Definition at line 40 of file davinci_voicecodec.c.
MODULE_AUTHOR | ( | "Miguel Aguilar" | ) |
MODULE_DESCRIPTION | ( | "Texas Instruments DaVinci Voice Codec Core Interface" | ) |
module_exit | ( | davinci_vc_exit | ) |
module_init | ( | davinci_vc_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |