Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
core.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/list.h>
#include "../aoa.h"
#include "alsa.h"

Go to the source code of this file.

Functions

 MODULE_DESCRIPTION ("Apple Onboard Audio Sound Driver")
 
 MODULE_AUTHOR ("Johannes Berg <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
int aoa_codec_register (struct aoa_codec *codec)
 
 EXPORT_SYMBOL_GPL (aoa_codec_register)
 
void aoa_codec_unregister (struct aoa_codec *codec)
 
 EXPORT_SYMBOL_GPL (aoa_codec_unregister)
 
int aoa_fabric_register (struct aoa_fabric *new_fabric, struct device *dev)
 
 EXPORT_SYMBOL_GPL (aoa_fabric_register)
 
void aoa_fabric_unregister (struct aoa_fabric *old_fabric)
 
 EXPORT_SYMBOL_GPL (aoa_fabric_unregister)
 
void aoa_fabric_unlink_codec (struct aoa_codec *codec)
 
 EXPORT_SYMBOL_GPL (aoa_fabric_unlink_codec)
 
 module_init (aoa_init)
 
 module_exit (aoa_exit)
 

Function Documentation

int aoa_codec_register ( struct aoa_codec codec)

Definition at line 58 of file core.c.

void aoa_codec_unregister ( struct aoa_codec codec)

Definition at line 73 of file core.c.

int aoa_fabric_register ( struct aoa_fabric new_fabric,
struct device dev 
)

Definition at line 85 of file core.c.

void aoa_fabric_unlink_codec ( struct aoa_codec codec)

Definition at line 134 of file core.c.

void aoa_fabric_unregister ( struct aoa_fabric old_fabric)

Definition at line 116 of file core.c.

EXPORT_SYMBOL_GPL ( aoa_codec_register  )
EXPORT_SYMBOL_GPL ( aoa_codec_unregister  )
EXPORT_SYMBOL_GPL ( aoa_fabric_register  )
EXPORT_SYMBOL_GPL ( aoa_fabric_unregister  )
EXPORT_SYMBOL_GPL ( aoa_fabric_unlink_codec  )
MODULE_AUTHOR ( "Johannes Berg <[email protected]>"  )
MODULE_DESCRIPTION ( "Apple Onboard Audio Sound Driver"  )
module_exit ( aoa_exit  )
module_init ( aoa_init  )
MODULE_LICENSE ( "GPL"  )