Lines Matching refs:gain
1785 unsigned int gain; in all_in_all_mixer() local
1788 gain = UNITY_GAIN; in all_in_all_mixer()
1790 gain = 0; in all_in_all_mixer()
1792 gain = sgain; in all_in_all_mixer()
1796 hdspm_write_in_gain(hdspm, i, j, gain); in all_in_all_mixer()
1797 hdspm_write_pb_gain(hdspm, i, j, gain); in all_in_all_mixer()
3682 int gain; in snd_hdspm_put_mixer() local
3695 gain = ucontrol->value.integer.value[2]; in snd_hdspm_put_mixer()
3700 change = gain != hdspm_read_pb_gain(hdspm, destination, in snd_hdspm_put_mixer()
3704 change = gain != hdspm_read_in_gain(hdspm, destination, in snd_hdspm_put_mixer()
3711 gain); in snd_hdspm_put_mixer()
3714 gain); in snd_hdspm_put_mixer()
3771 int gain; in snd_hdspm_put_playback_mixer() local
3781 gain = ucontrol->value.integer.value[0]*UNITY_GAIN/64; in snd_hdspm_put_playback_mixer()
3785 gain != hdspm_read_pb_gain(hdspm, channel, in snd_hdspm_put_playback_mixer()
3789 gain); in snd_hdspm_put_playback_mixer()