#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/cdev.h>
#include <linux/slab.h>
#include <sound/tlv320aic32x4.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 "tlv320aic32x4.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"ASoC tlv320aic32x4 codec driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
aic32x4_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
aic32x4_i2c_driver |
| ) |
|