#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/tlv.h>
#include "ml26124.h"
Go to the source code of this file.
#define DVOL_CTL_DVMUTE_OFF 0 /* Digital volume MUTE Off */ |
#define ml26124_resume NULL |
#define ML26124_SAI_FRAME_SYNC (BIT(5) | BIT(0)) /* For mono (Telecodec) */ |
#define ML26124_SAI_NO_DELAY BIT(1) |
#define ml26124_suspend NULL |
#define ML26124_VMID BIT(1) |
#define ML26134_CACHESIZE 212 |
MODULE_DESCRIPTION |
( |
"LAPIS Semiconductor ML26124 ALSA SoC codec driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
ml26124_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
ml26124_i2c_driver |
| ) |
|