Go to the documentation of this file. 1 #ifndef __SOUND_PHASE_H
2 #define __SOUND_PHASE_H
27 #define PHASE_DEVICE_DESC "{Terratec,Phase 22},"\
28 "{Terratec,Phase 28},"\
31 #define VT1724_SUBDEVICE_PHASE22 0x3b155011
32 #define VT1724_SUBDEVICE_PHASE28 0x3b154911
33 #define VT1724_SUBDEVICE_TS22 0x3b157b11
39 #define PHASE28_SPI_MISO (1 << 21)
40 #define PHASE28_WM_RESET (1 << 20)
41 #define PHASE28_SPI_CLK (1 << 19)
42 #define PHASE28_SPI_MOSI (1 << 18)
43 #define PHASE28_WM_RW (1 << 17)
44 #define PHASE28_AC97_RESET (1 << 16)
45 #define PHASE28_DIGITAL_SEL1 (1 << 15)
46 #define PHASE28_HP_SEL (1 << 14)
47 #define PHASE28_WM_CS (1 << 12)
48 #define PHASE28_AC97_COMMIT (1 << 11)
49 #define PHASE28_AC97_ADDR (1 << 10)
50 #define PHASE28_AC97_DATA_LOW (1 << 9)
51 #define PHASE28_AC97_DATA_HIGH (1 << 8)
52 #define PHASE28_AC97_DATA_MASK 0xFF