Lines Matching refs:integer

335 		uinfo->value.integer.min = MIXART_ANALOG_PLAYBACK_LEVEL_MIN;  /* -96 dB */
336 uinfo->value.integer.max = MIXART_ANALOG_PLAYBACK_LEVEL_MAX; /* 0 dB */
338 uinfo->value.integer.min = MIXART_ANALOG_CAPTURE_LEVEL_MIN; /* -96 dB */
339 uinfo->value.integer.max = MIXART_ANALOG_CAPTURE_LEVEL_MAX; /* 31.5 dB */
349 ucontrol->value.integer.value[0] = chip->analog_playback_volume[0];
350 ucontrol->value.integer.value[1] = chip->analog_playback_volume[1];
352 ucontrol->value.integer.value[0] = chip->analog_capture_volume[0];
353 ucontrol->value.integer.value[1] = chip->analog_capture_volume[1];
368 int new_volume = ucontrol->value.integer.value[i];
413 ucontrol->value.integer.value[0] = chip->analog_playback_active[0];
414 ucontrol->value.integer.value[1] = chip->analog_playback_active[1];
426 ucontrol->value.integer.value[i]) {
428 !!ucontrol->value.integer.value[i];
813 uinfo->value.integer.min = MIXART_DIGITAL_LEVEL_MIN; /* -109.5 dB */
814 uinfo->value.integer.max = MIXART_DIGITAL_LEVEL_MAX; /* 18.0 dB */
837 ucontrol->value.integer.value[0] = stored_volume[0];
838 ucontrol->value.integer.value[1] = stored_volume[1];
866 int vol = ucontrol->value.integer.value[i];
909 ucontrol->value.integer.value[0] = chip->digital_playback_active[idx][0];
910 ucontrol->value.integer.value[1] = chip->digital_playback_active[idx][1];
929 ucontrol->value.integer.value[i]) {
931 !!ucontrol->value.integer.value[i];
989 ucontrol->value.integer.value[0] = chip->monitoring_volume[0];
990 ucontrol->value.integer.value[1] = chip->monitoring_volume[1];
1003 ucontrol->value.integer.value[i]) {
1005 !!ucontrol->value.integer.value[i];
1033 ucontrol->value.integer.value[0] = chip->monitoring_active[0];
1034 ucontrol->value.integer.value[1] = chip->monitoring_active[1];
1047 ucontrol->value.integer.value[i]) {
1049 !!ucontrol->value.integer.value[i];