#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/pm_runtime.h>
#include <linux/of_device.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/initval.h>
#include <sound/soc.h>
#include "omap-pcm.h"
#include "omap-dmic.h"
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:omap-dmic" |
| ) |
|
MODULE_DESCRIPTION |
( |
"OMAP DMIC ASoC Interface" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
omap_dmic_of_match |
|
|
) |
| |
module_platform_driver |
( |
asoc_dmic_driver |
| ) |
|