#include <linux/delay.h>
#include <linux/firmware.h>
#include <linux/pm_runtime.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <asm/clock.h>
#include <asm/siu.h>
#include <sound/control.h>
#include <sound/soc.h>
#include "siu.h"
Go to the source code of this file.
#define CAPTURE_ENABLED 2 |
#define DFLT_VOLUME_LEVEL 0x08000800 |
#define PLAYBACK_ENABLED 1 |
#define REG_OFFSET 0xc000 |
#define SIU_MAX_VOLUME 0x7fff |
#define VOLUME_PLAYBACK 1 |
#define XRAM_OFFSET 0x4000 |
#define YRAM_OFFSET 0x6000 |
MODULE_DESCRIPTION |
( |
"ALSA SoC SH7722 SIU driver" |
| ) |
|
module_platform_driver |
( |
siu_driver |
| ) |
|