#include <linux/clk.h>
#include <linux/device.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include "tegra20_i2s.h"
Go to the source code of this file.
#define DRV_NAME "tegra20-i2s" |
MODULE_ALIAS |
( |
"platform:" |
DRV_NAME | ) |
|
MODULE_DESCRIPTION |
( |
"Tegra20 I2S ASoC driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
tegra20_i2s_of_match |
|
|
) |
| |
module_platform_driver |
( |
tegra20_i2s_driver |
| ) |
|