#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <asm/mpc52xx_psc.h>
#include "mpc5200_dma.h"
Go to the source code of this file.
Value:PSC_I2S_FORMATS: audio formats supported by the PSC I2S mode
Definition at line 35 of file mpc5200_psc_i2s.c.
Value:
SNDRV_PCM_RATE_CONTINUOUS)
PSC_I2S_RATES: sample rates supported by the I2S
This driver currently only supports the PSC running in I2S slave mode, which means the codec determines the sample rate. Therefore, we tell ALSA that we support all rates and let the codec driver decide what rates are really supported.
Definition at line 29 of file mpc5200_psc_i2s.c.
MODULE_DESCRIPTION |
( |
"Freescale MPC5200 PSC in I2S mode ASoC Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
of |
, |
|
|
psc_i2s_match |
|
|
) |
| |
module_platform_driver |
( |
psc_i2s_driver |
| ) |
|