linux/sound/soc/fsl/mpc5200_psc_i2s.h
<<
>>
Prefs
   1/*
   2 * Freescale MPC5200 PSC in I2S mode
   3 * ALSA SoC Digital Audio Interface (DAI) driver
   4 *
   5 */
   6
   7#ifndef __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__
   8#define __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__
   9
  10extern struct snd_soc_dai psc_i2s_dai[];
  11
  12#endif /* __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__ */
  13