Lines Matching defs:mode
34 static int set_digital_mode(struct echoaudio *chip, u8 mode);
147 48 kHz, internal clock, S/PDIF RCA mode */
165 /* Only set the clock for internal mode. */
193 /* Professional mode */
215 use Layla24's special "continuous frequency" mode */
295 /* Depending on what digital mode you want, Layla24 needs different ASICs
296 loaded. This function checks the ASIC needed for the new mode and sees
330 static int dsp_set_digital_mode(struct echoaudio *chip, u8 mode)
336 /* Set clock to "internal" if it's not compatible with the new mode */
338 switch (mode) {
352 "Digital mode not supported: %d\n", mode);
373 switch (mode) {
390 chip->digital_mode = mode;
392 dev_dbg(chip->card->dev, "set_digital_mode to %d\n", mode);