#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 <sound/tegra_wm8903.h>
#include "../codecs/wm8903.h"
#include "tegra_asoc_utils.h"
Go to the source code of this file.
#define DRV_NAME "tegra-snd-wm8903" |
MODULE_ALIAS |
( |
"platform:" |
DRV_NAME | ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
tegra_wm8903_of_match |
|
|
) |
| |
module_platform_driver |
( |
tegra_wm8903_driver |
| ) |
|