Lines Matching defs:mode
35 static int set_digital_mode(struct echoaudio *chip, u8 mode);
148 48 kHz, internal clock, S/PDIF RCA mode */
159 /* Depending on what digital mode you want, Mona needs different ASICs
160 loaded. This function checks the ASIC needed for the new mode and sees
202 /* Only set the clock for internal mode. */
260 /* Professional mode */
359 static int dsp_set_digital_mode(struct echoaudio *chip, u8 mode)
364 /* Set clock to "internal" if it's not compatible with the new mode */
366 switch (mode) {
378 "Digital mode not supported: %d\n", mode);
389 /* Clear the current digital mode */
394 switch (mode) {
417 chip->digital_mode = mode;
419 dev_dbg(chip->card->dev, "set_digital_mode to %d\n", mode);