Go to the documentation of this file.
20 #ifndef __SOUND_DESIGNWARE_I2S_H
21 #define __SOUND_DESIGNWARE_I2S_H
24 #include <linux/types.h>
39 #define DWC_I2S_PLAY (1 << 0)
40 #define DWC_I2S_RECORD (1 << 1)
61 #define I2S_RXDMA 0x01C0
62 #define I2S_TXDMA 0x01C8
64 #define TWO_CHANNEL_SUPPORT 2
65 #define FOUR_CHANNEL_SUPPORT 4
66 #define SIX_CHANNEL_SUPPORT 6
67 #define EIGHT_CHANNEL_SUPPORT 8