Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
asoc-imx-ssi.h
Go to the documentation of this file.
1 #ifndef __MACH_SSI_H
2 #define __MACH_SSI_H
3 
4 struct snd_ac97;
5 
6 extern unsigned char imx_ssi_fiq_start, imx_ssi_fiq_end;
8 
10  unsigned int flags;
11 #define IMX_SSI_DMA (1 << 0)
12 #define IMX_SSI_USE_AC97 (1 << 1)
13 #define IMX_SSI_NET (1 << 2)
14 #define IMX_SSI_SYN (1 << 3)
15 #define IMX_SSI_USE_I2S_SLAVE (1 << 4)
16  void (*ac97_reset) (struct snd_ac97 *ac97);
18 };
19 
20 #endif /* __MACH_SSI_H */
21