Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
sound_core.c File Reference
#include <linux/module.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/kdev_t.h>
#include <linux/major.h>
#include <sound/core.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (sound_class)
 
 MODULE_DESCRIPTION ("Core sound module")
 
 MODULE_AUTHOR ("Alan Cox")
 
 MODULE_LICENSE ("GPL")
 
 subsys_initcall (init_soundcore)
 
 module_exit (cleanup_soundcore)
 

Variables

struct classsound_class
 

Function Documentation

EXPORT_SYMBOL ( sound_class  )
MODULE_AUTHOR ( "Alan Cox"  )
MODULE_DESCRIPTION ( "Core sound module )
module_exit ( cleanup_soundcore  )
MODULE_LICENSE ( "GPL"  )
subsys_initcall ( init_soundcore  )

Variable Documentation

struct class* sound_class

Definition at line 25 of file sound_core.c.