Lines Matching full:bypass
465 "Bypass", "Mode 1", "Mode 7"
510 /* Analog bypass */
544 /* Analog bypass */
545 SND_SOC_DAPM_SWITCH("Analog Left Bypass", SND_SOC_NOPM, 0, 0,
547 SND_SOC_DAPM_SWITCH("Analog Right Bypass", SND_SOC_NOPM, 0, 0,
555 * For DAPM path, when only the anlog bypass path is enabled, and the
559 SND_SOC_DAPM_PGA("Left Bypass PGA", SND_SOC_NOPM, 0, 0, NULL, 0),
560 SND_SOC_DAPM_PGA("Right Bypass PGA", SND_SOC_NOPM, 0, 0, NULL, 0),
580 /* Analog bypass */
581 {"Analog Left Bypass", "Switch", "LINEL"},
582 {"Analog Right Bypass", "Switch", "LINER"},
587 {"Left Bypass PGA", NULL, "Analog Left Bypass"},
588 {"Right Bypass PGA", NULL, "Analog Right Bypass"},
590 {"Left LOM Inverted From", "DAC", "Left Bypass PGA"},
591 {"Right LOM Inverted From", "DAC", "Right Bypass PGA"},
592 {"Left LOM Inverted From", "LOP", "Analog Left Bypass"},
593 {"Right LOM Inverted From", "LOP", "Analog Right Bypass"},
601 {"Left Bypass PGA", NULL, "Left DAC Power"},
602 {"Right Bypass PGA", NULL, "Right DAC Power"},
940 /* FIFO bypass mode */ in dac33_prepare_chip()
957 /* in FIFO bypass mode, the interrupts are not used */ in dac33_prepare_chip()
967 * Disable the FIFO bypass (Enable the use of FIFO) in dac33_prepare_chip()
981 * Disable the FIFO bypass (Enable the use of FIFO) in dac33_prepare_chip()
994 * For FIFO bypass mode: in dac33_prepare_chip()
995 * Enable the FIFO bypass (Disable the FIFO use) in dac33_prepare_chip()
1056 /* In bypass mode we don't need to calculate */ in dac33_calculate_times()