Home
last modified time | relevance | path

Searched refs:UNITY_GAIN (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/pci/rme9652/
Dhdspm.c608 #define UNITY_GAIN 32768 /* = 65536/2 */ macro
1798 if (sgain > UNITY_GAIN) in all_in_all_mixer()
1799 gain = UNITY_GAIN; in all_in_all_mixer()
3770 (hdspm_read_pb_gain(hdspm, channel, channel)*64)/UNITY_GAIN; in snd_hdspm_get_playback_mixer()
3792 gain = ucontrol->value.integer.value[0]*UNITY_GAIN/64; in snd_hdspm_put_playback_mixer()
5387 all_in_all_mixer(hdspm, 0 * UNITY_GAIN); in snd_hdspm_set_defaults()
Dhdsp.c408 #define UNITY_GAIN 32768 macro