Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/i2c.h>
#include <sound/soc.h>
#include <sound/tlv.h>
#include "max9877.h"
Go to the source code of this file.
Functions | |
int | max9877_add_controls (struct snd_soc_codec *codec) |
EXPORT_SYMBOL_GPL (max9877_add_controls) | |
MODULE_DEVICE_TABLE (i2c, max9877_i2c_id) | |
module_i2c_driver (max9877_i2c_driver) | |
MODULE_DESCRIPTION ("ASoC MAX9877 amp driver") | |
MODULE_AUTHOR ("Joonyoung Shim <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL_GPL | ( | max9877_add_controls | ) |
int max9877_add_controls | ( | struct snd_soc_codec * | codec | ) |
MODULE_AUTHOR | ( | "Joonyoung Shim <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "ASoC MAX9877 amp driver" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
max9877_i2c_id | |||
) |
module_i2c_driver | ( | max9877_i2c_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |