|
Linux Kernel
3.7.1
|
#include <linux/hrtimer.h>#include <linux/interrupt.h>#include <linux/io.h>#include <linux/platform_device.h>#include <linux/slab.h>#include <linux/module.h>#include <sound/core.h>#include <sound/initval.h>#include <sound/pcm.h>#include <sound/sh_dac_audio.h>#include <asm/clock.h>#include <asm/hd64461.h>#include <mach/hp6xx.h>#include <cpu/dac.h>Go to the source code of this file.
Data Structures | |
| struct | snd_sh_dac |
Functions | |
| MODULE_AUTHOR ("Rafael Ignacio Zurita <[email protected]>") | |
| MODULE_DESCRIPTION ("SuperH DAC audio driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_SUPPORTED_DEVICE ("{{SuperH DAC audio support}}") | |
| module_param (index, int, 0444) | |
| MODULE_PARM_DESC (index,"Index value for SuperH DAC audio.") | |
| module_param (id, charp, 0444) | |
| MODULE_PARM_DESC (id,"ID string for SuperH DAC audio.") | |
| module_platform_driver (sh_dac_driver) | |
| MODULE_AUTHOR | ( | "Rafael Ignacio Zurita <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | id | , |
| charp | , | ||
| 0444 | |||
| ) |
| module_platform_driver | ( | sh_dac_driver | ) |
1.8.2