Lines Matching full:capture
34 #define CAPTURE_DMA_ADDR 0x10 /* Capture DMA address */
35 #define CAPTURE_BUFFER_SIZE 0x11 /* Capture buffer size */
36 #define CAPTURE_POINTER 0x12 /* Capture buffer pointer. Sample currently in ADC */
37 #define CAPTURE_FIFO_POINTER 0x13 /* Capture FIFO pointer and number of valid sound samples in cac…
38 #define CAPTURE_P16V_VOLUME1 0x14 /* Low: Capture volume 0xXXXX3030 */
39 #define CAPTURE_P16V_VOLUME2 0x15 /* High:Has no effect on capture volume */
40 …APTURE_P16V_SOURCE 0x16 /* P16V source select. Set to 0x0700E4E5 for AC97 CAPTURE */
41 /* [0:1] Capture input 0 channel select. 0 = Capture output 0.
42 * 1 = Capture output 1.
43 * 2 = Capture output 2.
44 * 3 = Capture output 3.
45 * [3:2] Capture input 1 channel select. 0 = Capture output 0.
46 * 1 = Capture output 1.
47 * 2 = Capture output 2.
48 * 3 = Capture output 3.
49 * [5:4] Capture input 2 channel select. 0 = Capture output 0.
50 * 1 = Capture output 1.
51 * 2 = Capture output 2.
52 * 3 = Capture output 3.
53 * [7:6] Capture input 3 channel select. 0 = Capture output 0.
54 * 1 = Capture output 1.
55 * 2 = Capture output 2.
56 * 3 = Capture output 3.
74 * [23:20] Capture mixer output enable. 1 bit per channel.
75 * [26:24] FX engine channel capture 0 = 0x60-0x67.
86 /* 0x1 = capture on.
87 * 0x100 = capture off.
88 * 0x200 = capture off.
89 * 0x1000 = capture off.
91 #define CAPTURE_RATE_STATUS 0x17 /* Capture sample rate. Read only */
109 #define BASIC_INTERRUPT 0x40 /* Used by both playback and capture interrupt handler */
111 /* Capture (0x100<<channel_id). not tested */
113 * Start Capture [11:8] (one bit per channel)
124 * 6 - fxengine capture.
125 * 7 - AC97 capture.
141 /* 0x50-0x5f Capture cache data */
198 /* [3:0] Does something, but not documented. Probably capture enable.