Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hrtimer.c File Reference
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/hrtimer.h>
#include <sound/core.h>
#include <sound/timer.h>

Go to the source code of this file.

Data Structures

struct  snd_hrtimer
 

Macros

#define NANO_SEC   1000000000UL /* 10^9 in sec */
 

Functions

 MODULE_AUTHOR ("Takashi Iwai <[email protected]>")
 
 MODULE_DESCRIPTION ("ALSA hrtimer backend")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("snd-timer-"__stringify(SNDRV_TIMER_GLOBAL_HRTIMER))
 
 module_init (snd_hrtimer_init)
 
 module_exit (snd_hrtimer_exit)
 

Macro Definition Documentation

#define NANO_SEC   1000000000UL /* 10^9 in sec */

Definition at line 35 of file hrtimer.c.

Function Documentation

MODULE_ALIAS ( "snd-timer-"  __stringifySNDRV_TIMER_GLOBAL_HRTIMER)
MODULE_AUTHOR ( "Takashi Iwai <[email protected]>"  )
MODULE_DESCRIPTION ( "ALSA hrtimer backend"  )
module_exit ( snd_hrtimer_exit  )
module_init ( snd_hrtimer_init  )
MODULE_LICENSE ( "GPL"  )