Lines Matching full:controls
3 * This driver supports the analog controls for the internal codec
116 /* mixer controls */
140 /* mixer controls */
156 /* ADC mixer controls */
180 /* ADC mixer controls */
196 /* volume / mute controls */
316 /* headphone specific controls, widgets, and routes */
402 dev_err(dev, "Failed to add Headphone controls: %d\n", ret); in sun8i_codec_add_headphone()
465 /* line in specific controls, widgets and rines */
498 dev_err(dev, "Failed to add Line In controls: %d\n", ret); in sun8i_codec_add_linein()
520 /* line out specific controls, widgets and routes */
579 dev_err(dev, "Failed to add Line Out controls: %d\n", ret); in sun8i_codec_add_lineout()
600 /* mic2 specific controls, widgets and routes */
644 dev_err(dev, "Failed to add MIC2 controls: %d\n", ret); in sun8i_codec_add_mic2()
749 /* Add controls, widgets, and routes for individual features */ in sun8i_codec_analog_cmpnt_probe()
794 .controls = sun8i_codec_common_controls,
851 MODULE_DESCRIPTION("Allwinner internal codec analog controls driver");