|
Linux Kernel
3.7.1
|
#include <linux/dma-mapping.h>#include <linux/module.h>#include <linux/slab.h>#include <sound/core.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include <sound/soc.h>#include <sound/dmaengine_pcm.h>#include "tegra_pcm.h"Go to the source code of this file.
Functions | |
| int __devinit | tegra_pcm_platform_register (struct device *dev) |
| EXPORT_SYMBOL_GPL (tegra_pcm_platform_register) | |
| void __devexit | tegra_pcm_platform_unregister (struct device *dev) |
| EXPORT_SYMBOL_GPL (tegra_pcm_platform_unregister) | |
| MODULE_AUTHOR ("Stephen Warren <[email protected]>") | |
| MODULE_DESCRIPTION ("Tegra PCM ASoC driver") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL_GPL | ( | tegra_pcm_platform_register | ) |
| EXPORT_SYMBOL_GPL | ( | tegra_pcm_platform_unregister | ) |
| MODULE_AUTHOR | ( | "Stephen Warren <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Tegra PCM ASoC driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 256 of file tegra_pcm.c.
1.8.2