mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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__ */
|