Lines Matching defs:output
595 "Failed to set output mode: %d\n", ret);
2452 /* Force off if HPDET has disabled the clamp for this output */
4641 madera_fll_err(fll, "Can't change output on active FLL\n");
4686 * madera_set_output_mode - Set the mode of the specified output
4689 * @output: Output number
4690 * @differential: True to set the output to differential mode
4694 * some systems this requires changing the switched output from single
4701 int madera_set_output_mode(struct snd_soc_component *component, int output,
4707 if (output < 1 || output > MADERA_MAX_OUTPUT)
4710 reg = MADERA_OUTPUT_PATH_CONFIG_1L + (output - 1) * 8;