Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <sound/soc.h>
#include <sound/pcm_params.h>
#include <sound/pcm.h>
#include <asm/mach-types.h>
#include "../codecs/wm8580.h"
#include "dma.h"
#include "pcm.h"
Go to the source code of this file.
Macros | |
#define | SMDK_WM8580_EXT_OSC 12000000 |
#define | SMDK_WM8580_EXT_MCLK 4096000 |
#define | SMDK_WM8580_EXT_VOICE 2048000 |
Functions | |
module_platform_driver (snd_smdk_driver) | |
MODULE_AUTHOR ("Sangbeom Kim, <[email protected]>") | |
MODULE_DESCRIPTION ("ALSA SoC SMDK WM8580 for PCM") | |
MODULE_LICENSE ("GPL") | |
#define SMDK_WM8580_EXT_MCLK 4096000 |
Definition at line 33 of file smdk_wm8580pcm.c.
#define SMDK_WM8580_EXT_OSC 12000000 |
Definition at line 32 of file smdk_wm8580pcm.c.
#define SMDK_WM8580_EXT_VOICE 2048000 |
Definition at line 34 of file smdk_wm8580pcm.c.
MODULE_AUTHOR | ( | "Sangbeom | Kim, |
< sbkim73 @samsung.com >" | |||
) |
MODULE_DESCRIPTION | ( | "ALSA SoC SMDK WM8580 for PCM" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | snd_smdk_driver | ) |