PageRenderTime 23ms CodeModel.GetById 15ms app.highlight 7ms RepoModel.GetById 0ms app.codeStats 0ms

/sound/soc/fsl/mpc5200_psc_ac97.h

https://bitbucket.org/abioy/linux
C Header | 15 lines | 6 code | 4 blank | 5 comment | 0 complexity | d4025d592cb354449ce564b3c064e5fa MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
 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
10extern struct snd_soc_dai psc_ac97_dai[];
11
12#define MPC5200_AC97_NORMAL 0
13#define MPC5200_AC97_SPDIF 1
14
15#endif /* __SOUND_SOC_FSL_MPC52xx_PSC_AC97_H__ */