Lines Matching full:out3
130 struct snd_soc_dapm_widget *out3; member
396 SND_SOC_DAPM_OUTPUT("OUT3"),
405 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */
407 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
462 { "OUT3", NULL, "Mono Output Mixer", }
466 { "HP_L", NULL, "OUT3 VMID" },
467 { "HP_R", NULL, "OUT3 VMID" },
469 { "OUT3 VMID", NULL, "Left Output Mixer" },
470 { "OUT3 VMID", NULL, "Right Output Mixer" },
485 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets()
514 if (strcmp(w->name, "OUT3 VMID") == 0) in wm8960_add_widgets()
515 wm8960->out3 = w; in wm8960_add_widgets()
1006 /* Enable LOUT1, ROUT1 and OUT3 if they're enabled */ in wm8960_set_bias_level_capless()
1012 if (wm8960->out3 && wm8960->out3->power) in wm8960_set_bias_level_capless()