#include <linux/init.h>
#include <linux/module.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/regmap.h>
#include <sound/core.h>
#include <sound/soc.h>
#include <sound/tlv.h>
#include <sound/max9768.h>
Go to the source code of this file.
#define MAX9768_CTRL_FILTERLESS 0x16 |
#define MAX9768_CTRL_PWM 0x15 |
MODULE_DESCRIPTION |
( |
"ASoC MAX9768 amplifier driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
max9768_i2c_id |
|
|
) |
| |
module_i2c_driver |
( |
max9768_i2c_driver |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|