#include <asm/mach-types.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/of_gpio.h>
#include <sound/core.h>
#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include "../codecs/alc5632.h"
#include "tegra_asoc_utils.h"
Go to the source code of this file.
#define DRV_NAME "tegra-alc5632" |
MODULE_ALIAS |
( |
"platform:" |
DRV_NAME | ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
tegra_alc5632_of_match |
|
|
) |
| |
module_platform_driver |
( |
tegra_alc5632_driver |
| ) |
|