Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/slab.h>
#include "../aoa.h"
#include "../soundbus/soundbus.h"
Go to the source code of this file.
Data Structures | |
struct | toonie |
Macros | |
#define | PFX "snd-aoa-codec-toonie: " |
#define | codec_to_toonie(c) container_of(c, struct toonie, codec) |
Functions | |
MODULE_AUTHOR ("Johannes Berg <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("toonie codec driver for snd-aoa") | |
module_init (toonie_init) | |
module_exit (toonie_exit) | |
MODULE_AUTHOR | ( | "Johannes Berg <[email protected]>" | ) |
module_exit | ( | toonie_exit | ) |
module_init | ( | toonie_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |