Lines Matching defs:mode
35 static int set_digital_mode(struct echoaudio *chip, u8 mode);
154 48 kHz, internal clock, S/PDIF RCA mode */
172 /* Only set the clock for internal mode. */
199 /* Professional mode ? */
284 static int dsp_set_digital_mode(struct echoaudio *chip, u8 mode)
289 /* Set clock to "internal" if it's not compatible with the new mode */
291 switch (mode) {
304 "Digital mode not supported: %d\n", mode);
315 /* Clear the current digital mode */
320 switch (mode) {
325 /* '361 Gina24 cards do not have the S/PDIF CD-ROM mode */
342 chip->digital_mode = mode;