|
Linux Kernel
3.7.1
|
#include <linux/mfd/wl1273-core.h>#include <linux/slab.h>#include <linux/module.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include <sound/soc.h>#include <sound/initval.h>#include "wl1273.h"Go to the source code of this file.
Data Structures | |
| struct | wl1273_priv |
Enumerations | |
| enum | wl1273_mode { WL1273_MODE_BT, WL1273_MODE_FM_RX, WL1273_MODE_FM_TX } |
Functions | |
| int | wl1273_get_format (struct snd_soc_codec *codec, unsigned int *fmt) |
| EXPORT_SYMBOL_GPL (wl1273_get_format) | |
| MODULE_ALIAS ("platform:wl1273-codec") | |
| module_platform_driver (wl1273_platform_driver) | |
| MODULE_AUTHOR ("Matti Aaltonen <[email protected]>") | |
| MODULE_DESCRIPTION ("ASoC WL1273 codec driver") | |
| MODULE_LICENSE ("GPL") | |
| enum wl1273_mode |
| EXPORT_SYMBOL_GPL | ( | wl1273_get_format | ) |
| MODULE_ALIAS | ( | "platform:wl1273-codec" | ) |
| MODULE_AUTHOR | ( | "Matti Aaltonen <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | wl1273_platform_driver | ) |
1.8.2