Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/sound/soc/fsl/mpc5200_psc_ac97.h
10817 views
1
/*
2
* Freescale MPC5200 PSC in AC97 mode
3
* ALSA SoC Digital Audio Interface (DAI) driver
4
*
5
*/
6
7
#ifndef __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__
8
#define __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__
9
10
#define MPC5200_AC97_NORMAL 0
11
#define MPC5200_AC97_SPDIF 1
12
13
#endif /* __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ */
14
15