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