#include <linux/module.h>
#include <linux/device.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/soc.h>
#include <sound/jack.h>
#include <sound/soc-dapm.h>
#include <asm/mach-types.h>
#include "../codecs/sgtl5000.h"
#include "mxs-saif.h"
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:mxs-sgtl5000" |
| ) |
|
MODULE_AUTHOR |
( |
"Freescale |
Semiconductor, |
|
|
Inc." |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"MXS ALSA SoC Machine driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
mxs_sgtl5000_dt_ids |
|
|
) |
| |
module_platform_driver |
( |
mxs_sgtl5000_audio_driver |
| ) |
|