13 lines
		
	
	
		
			277 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			277 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * 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__ */
 |