|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <sound/soc.h>#include <sound/pcm.h>#include <sound/pcm_params.h>#include "../codecs/wm8994.h"#include "dma.h"#include "pcm.h"Go to the source code of this file.
Macros | |
| #define | SMDK_WM8994_FREQ 16934400 |
Functions | |
| module_platform_driver (snd_smdk_driver) | |
| MODULE_AUTHOR ("Sangbeom Kim, <[email protected]>") | |
| MODULE_DESCRIPTION ("ALSA SoC SMDK WM8994 for PCM") | |
| MODULE_LICENSE ("GPL") | |
| #define SMDK_WM8994_FREQ 16934400 |
Definition at line 48 of file smdk_wm8994pcm.c.
| MODULE_AUTHOR | ( | "Sangbeom | Kim, |
| < sbkim73 @samsung.com >" | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | snd_smdk_driver | ) |
1.8.2