Lines Matching full:out3
127 struct snd_soc_dapm_widget *out3; member
393 SND_SOC_DAPM_OUTPUT("OUT3"),
402 /* Represent OUT3 as a PGA so that it gets turned on with LOUT1/ROUT1 */
404 SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
459 { "OUT3", NULL, "Mono Output Mixer", }
463 { "HP_L", NULL, "OUT3 VMID" },
464 { "HP_R", NULL, "OUT3 VMID" },
466 { "OUT3 VMID", NULL, "Left Output Mixer" },
467 { "OUT3 VMID", NULL, "Right Output Mixer" },
482 /* In capless mode OUT3 is used to provide VMID for the in wm8960_add_widgets()
511 if (strcmp(w->name, "OUT3 VMID") == 0) in wm8960_add_widgets()
512 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()