Lines Matching full:gain
23 * speaker_gain_get - read the speaker gain setting.
24 * @kcontrol: The control for the speaker gain.
27 * Read the value for the AMP gain control.
37 * speaker_gain_set - set the value of the speaker amp gain
47 * speaker_gain_put - set the speaker gain setting.
48 * @kcontrol: The control for the speaker gain.
51 * Set the value of the speaker gain from the specified
54 * Note, if the speaker amp is muted, then we do not set a gain value
72 SOC_SINGLE_EXT("Speaker Gain", 0, 0, 3, 0,
87 /* if we're umuting, also re-set the gain */ in spk_unmute_state()
94 * @kcontrol: The control for the speaker gain.
97 * Read the value for the AMP gain control.
108 * @kcontrol: The control for the speaker gain.
111 * Set the value of the speaker gain from the specified
226 /* attach gpio amp gain (if any) */ in attach_gpio_amp()