Lines Matching defs:mode
35 static int set_digital_mode(struct echoaudio *chip, u8 mode);
152 48 kHz, internal clock, S/PDIF RCA mode */
170 /* Only set the clock for internal mode. */
197 /* Professional mode ? */
282 static int dsp_set_digital_mode(struct echoaudio *chip, u8 mode)
287 /* Set clock to "internal" if it's not compatible with the new mode */
289 switch (mode) {
302 "Digital mode not supported: %d\n", mode);
313 /* Clear the current digital mode */
318 switch (mode) {
323 /* '361 Gina24 cards do not have the S/PDIF CD-ROM mode */
340 chip->digital_mode = mode;