#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/platform_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/initval.h>
#include <sound/tlv.h>
#include <sound/cs42l52.h>
#include "cs42l52.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Georgi |
Vlaev, |
|
|
Nucleus Systems |
Ltd, |
|
|
< joe @nucleusys.com >" |
|
|
) |
| |
MODULE_AUTHOR |
( |
"Brian |
Austin, |
|
|
Cirrus Logic |
Inc, |
|
|
< brian.austin @cirrus.com >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"ASoC CS42L52 driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
cs42l52_id |
|
|
) |
| |
module_i2c_driver |
( |
cs42l52_i2c_driver |
| ) |
|