Lines Matching full:out3
139 struct snd_soc_dapm_widget *out3; member
410 SND_SOC_DAPM_OUTPUT("OUT3"),
419 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */
421 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
476 { "OUT3", NULL, "Mono Output Mixer", }
480 { "HP_L", NULL, "OUT3 VMID" },
481 { "HP_R", NULL, "OUT3 VMID" },
483 { "OUT3 VMID", NULL, "Left Output Mixer" },
484 { "OUT3 VMID", NULL, "Right Output Mixer" },
499 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets()
528 if (strcmp(w->name, "OUT3 VMID") == 0) in wm8960_add_widgets()
529 wm8960->out3 = w; in wm8960_add_widgets()
1029 /* Enable LOUT1, ROUT1 and OUT3 if they're enabled */ in wm8960_set_bias_level_capless()
1035 if (wm8960->out3 && wm8960->out3->power) in wm8960_set_bias_level_capless()