diff options
Diffstat (limited to 'ANDROID_3.4.5/sound/soc/fsl/mpc5200_psc_ac97.h')
-rw-r--r-- | ANDROID_3.4.5/sound/soc/fsl/mpc5200_psc_ac97.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/sound/soc/fsl/mpc5200_psc_ac97.h b/ANDROID_3.4.5/sound/soc/fsl/mpc5200_psc_ac97.h new file mode 100644 index 00000000..e881e784 --- /dev/null +++ b/ANDROID_3.4.5/sound/soc/fsl/mpc5200_psc_ac97.h @@ -0,0 +1,13 @@ +/* + * Freescale MPC5200 PSC in AC97 mode + * ALSA SoC Digital Audio Interface (DAI) driver + * + */ + +#ifndef __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ +#define __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ + +#define MPC5200_AC97_NORMAL 0 +#define MPC5200_AC97_SPDIF 1 + +#endif /* __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ */ |