Lines Matching full:capture
28 * Mic capture now works at fixed: S32_LE, 96000Hz, Stereo.
50 * Find out how to change capture sample rates. E.g. To record SPDIF at 48000Hz.
51 * Currently capture fixed at 48000Hz.
90 #define CAPTURE_DMA_ADDR 0x10 /* Capture DMA address */
91 #define CAPTURE_BUFFER_SIZE 0x11 /* Capture buffer size */
92 #define CAPTURE_POINTER 0x12 /* Capture buffer pointer. Sample currently in ADC */
93 #define CAPTURE_FIFO_POINTER 0x13 /* Capture FIFO pointer and number of valid sound samples in cac…
94 #define CAPTURE_P16V_VOLUME1 0x14 /* Low: Capture volume 0xXXXX3030 */
95 #define CAPTURE_P16V_VOLUME2 0x15 /* High:Has no effect on capture volume */
96 …APTURE_P16V_SOURCE 0x16 /* P16V source select. Set to 0x0700E4E5 for AC97 CAPTURE */
97 /* [0:1] Capture input 0 channel select. 0 = Capture output 0.
98 * 1 = Capture output 1.
99 * 2 = Capture output 2.
100 * 3 = Capture output 3.
101 * [3:2] Capture input 1 channel select. 0 = Capture output 0.
102 * 1 = Capture output 1.
103 * 2 = Capture output 2.
104 * 3 = Capture output 3.
105 * [5:4] Capture input 2 channel select. 0 = Capture output 0.
106 * 1 = Capture output 1.
107 * 2 = Capture output 2.
108 * 3 = Capture output 3.
109 * [7:6] Capture input 3 channel select. 0 = Capture output 0.
110 * 1 = Capture output 1.
111 * 2 = Capture output 2.
112 * 3 = Capture output 3.
130 * [23:20] Capture mixer output enable. 1 bit per channel.
131 * [26:24] FX engine channel capture 0 = 0x60-0x67.
142 /* 0x1 = capture on.
143 * 0x100 = capture off.
144 * 0x200 = capture off.
145 * 0x1000 = capture off.
147 #define CAPTURE_RATE_STATUS 0x17 /* Capture sample rate. Read only */
165 #define BASIC_INTERRUPT 0x40 /* Used by both playback and capture interrupt handler */
167 /* Capture (0x100<<channel_id). not tested */
169 * Start Capture [11:8] (one bit per channel)
180 * 6 - fxengine capture.
181 * 7 - AC97 capture.
197 /* 0x50-0x5f Capture cache data */
254 /* [3:0] Does something, but not documented. Probably capture enable.