Lines Matching full:headphone
315 /* headphone specific controls, widgets, and routes */
318 SOC_SINGLE_TLV("Headphone Playback Volume",
322 SOC_DOUBLE("Headphone Playback Switch",
339 SOC_DAPM_ENUM("Headphone Source Playback Route",
368 SND_SOC_DAPM_MUX("Headphone Source Playback Route",
370 SND_SOC_DAPM_OUT_DRV_E("Headphone Amp", SUN8I_ADDA_PAEN_HP_CTRL,
382 { "Headphone Source Playback Route", "DAC", "Left DAC" },
383 { "Headphone Source Playback Route", "DAC", "Right DAC" },
384 { "Headphone Source Playback Route", "Mixer", "Left Mixer" },
385 { "Headphone Source Playback Route", "Mixer", "Right Mixer" },
386 { "Headphone Amp", NULL, "Headphone Source Playback Route" },
388 { "HP", NULL, "Headphone Amp" },
401 dev_err(dev, "Failed to add Headphone controls: %d\n", ret); in sun8i_codec_add_headphone()
408 dev_err(dev, "Failed to add Headphone DAPM widgets: %d\n", ret); in sun8i_codec_add_headphone()
415 dev_err(dev, "Failed to add Headphone DAPM routes: %d\n", ret); in sun8i_codec_add_headphone()