Lines Matching full:controls
3 * This driver supports the analog controls for the internal codec
115 /* mixer controls */
139 /* mixer controls */
155 /* ADC mixer controls */
179 /* ADC mixer controls */
195 /* volume / mute controls */
315 /* headphone specific controls, widgets, and routes */
401 dev_err(dev, "Failed to add Headphone controls: %d\n", ret); in sun8i_codec_add_headphone()
464 /* line in specific controls, widgets and rines */
497 dev_err(dev, "Failed to add Line In controls: %d\n", ret); in sun8i_codec_add_linein()
519 /* line out specific controls, widgets and routes */
578 dev_err(dev, "Failed to add Line Out controls: %d\n", ret); in sun8i_codec_add_lineout()
599 /* mic2 specific controls, widgets and routes */
643 dev_err(dev, "Failed to add MIC2 controls: %d\n", ret); in sun8i_codec_add_mic2()
748 /* Add controls, widgets, and routes for individual features */ in sun8i_codec_analog_cmpnt_probe()
793 .controls = sun8i_codec_common_controls,
850 MODULE_DESCRIPTION("Allwinner internal codec analog controls driver");