|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/slab.h>#include <sound/soc.h>#include <sound/pcm.h>#include <sound/initval.h>Go to the source code of this file.
Macros | |
| #define | STUB_RATES SNDRV_PCM_RATE_8000_192000 |
| #define | STUB_FORMATS |
Functions | |
| module_platform_driver (spdif_dir_driver) | |
| MODULE_DESCRIPTION ("ASoC SPDIF DIR driver") | |
| MODULE_AUTHOR ("Vipin Kumar <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define STUB_FORMATS |
Definition at line 26 of file spdif_receiver.c.
| #define STUB_RATES SNDRV_PCM_RATE_8000_192000 |
Definition at line 25 of file spdif_receiver.c.
| MODULE_AUTHOR | ( | "Vipin Kumar <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | spdif_dir_driver | ) |
1.8.2