|
Linux Kernel
3.7.1
|
#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) | |
| 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" | ) |
1.8.2