#include <linux/module.h>
#include <linux/init.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/dma-mapping.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/time.h>
#include <linux/fsl/mxs-dma.h>
#include <linux/pinctrl/consumer.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/saif.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <mach/mxs.h>
#include "mxs-saif.h"
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:mxs-saif" |
| ) |
|
MODULE_AUTHOR |
( |
"Freescale |
Semiconductor, |
|
|
Inc." |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
mxs_saif_dt_ids |
|
|
) |
| |
module_platform_driver |
( |
mxs_saif_driver |
| ) |
|
int mxs_saif_get_mclk |
( |
unsigned int |
saif_id, |
|
|
unsigned int |
mclk, |
|
|
unsigned int |
rate |
|
) |
| |
int mxs_saif_put_mclk |
( |
unsigned int |
saif_id | ) |
|