Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <sound/soc.h>
#include <sound/pcm_params.h>
#include <asm/mach-types.h>
#include "../codecs/wm8580.h"
#include "i2s.h"
Go to the source code of this file.
Macros | |
#define | SMDK_WM8580_FREQ 12000000 |
Enumerations | |
enum | { PRI_PLAYBACK = 0, PRI_CAPTURE, SEC_PLAYBACK } |
Functions | |
module_init (smdk_audio_init) | |
module_exit (smdk_audio_exit) | |
MODULE_AUTHOR ("Jaswinder Singh, [email protected]") | |
MODULE_DESCRIPTION ("ALSA SoC SMDK WM8580") | |
MODULE_LICENSE ("GPL") | |
#define SMDK_WM8580_FREQ 12000000 |
Definition at line 29 of file smdk_wm8580.c.
anonymous enum |
Definition at line 167 of file smdk_wm8580.c.
MODULE_AUTHOR | ( | "Jaswinder | Singh, |
jassisinghbrar @gmail.com" | |||
) |
MODULE_DESCRIPTION | ( | "ALSA SoC SMDK WM8580" | ) |
module_exit | ( | smdk_audio_exit | ) |
module_init | ( | smdk_audio_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |