Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
toonie.c File Reference
#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)
 

Macro Definition Documentation

#define codec_to_toonie (   c)    container_of(c, struct toonie, codec)

Definition at line 28 of file toonie.c.

#define PFX   "snd-aoa-codec-toonie: "

Definition at line 23 of file toonie.c.

Function Documentation

MODULE_AUTHOR ( "Johannes Berg <[email protected]>"  )
MODULE_DESCRIPTION ( "toonie codec driver for snd-aoa"  )
module_exit ( toonie_exit  )
module_init ( toonie_init  )
MODULE_LICENSE ( "GPL"  )