|
Linux Kernel
3.7.1
|
#include <linux/clk.h>#include <linux/delay.h>#include <linux/device.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/io.h>#include <linux/ioport.h>#include <linux/module.h>#include <linux/platform_device.h>#include <sound/soc.h>#include <sound/spear_dma.h>#include <sound/spear_spdif.h>#include "spdif_out_regs.h"Go to the source code of this file.
Data Structures | |
| struct | spdif_out_params |
| struct | spdif_out_dev |
Macros | |
| #define | SPDIF_OUT_DEV_PM_OPS NULL |
Functions | |
| int | spdif_soc_dai_probe (struct snd_soc_dai *dai) |
| module_platform_driver (spdif_out_driver) | |
| MODULE_AUTHOR ("Vipin Kumar <[email protected]>") | |
| MODULE_DESCRIPTION ("SPEAr SPDIF OUT SoC Interface") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:spdif_out") | |
| #define SPDIF_OUT_DEV_PM_OPS NULL |
Definition at line 370 of file spdif_out.c.
| MODULE_ALIAS | ( | "platform:spdif_out" | ) |
| MODULE_AUTHOR | ( | "Vipin Kumar <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | spdif_out_driver | ) |
| int spdif_soc_dai_probe | ( | struct snd_soc_dai * | dai | ) |
Definition at line 246 of file spdif_out.c.
1.8.2