|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/io.h>#include <linux/module.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include <sound/soc.h>#include <sound/compress_driver.h>#include "sst_platform.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| int | sst_register_dsp (struct sst_device *dev) |
| EXPORT_SYMBOL_GPL (sst_register_dsp) | |
| int | sst_unregister_dsp (struct sst_device *dev) |
| EXPORT_SYMBOL_GPL (sst_unregister_dsp) | |
| module_platform_driver (sst_platform_driver) | |
| MODULE_DESCRIPTION ("ASoC Intel(R) MID Platform driver") | |
| MODULE_AUTHOR ("Vinod Koul <[email protected]>") | |
| MODULE_AUTHOR ("Harsha Priya <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_ALIAS ("platform:sst-platform") | |
Definition at line 26 of file sst_platform.c.
| EXPORT_SYMBOL_GPL | ( | sst_register_dsp | ) |
| EXPORT_SYMBOL_GPL | ( | sst_unregister_dsp | ) |
| MODULE_ALIAS | ( | "platform:sst-platform" | ) |
| MODULE_AUTHOR | ( | "Vinod Koul <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Harsha Priya <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| module_platform_driver | ( | sst_platform_driver | ) |
| int sst_register_dsp | ( | struct sst_device * | dev | ) |
Definition at line 41 of file sst_platform.c.
| int sst_unregister_dsp | ( | struct sst_device * | dev | ) |
Definition at line 60 of file sst_platform.c.
1.8.2