You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* Freescale MPC5200 PSC in I2S mode
|
|
* ALSA SoC Digital Audio Interface (DAI) driver
|
|
*
|
|
*/
|
|
|
|
#ifndef __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__
|
|
#define __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__
|
|
|
|
extern struct snd_soc_dai psc_i2s_dai[];
|
|
|
|
#endif /* __SOUND_SOC_FSL_MPC52xx_PSC_I2S_H__ */
|
|
|