Lines Matching refs:value
86 MODULE_PARM_DESC(index, "Index value for Sun DBRI soundcard.");
103 MODULE_PARM_DESC(dbri_debug, "Debug value for Sun DBRI soundcard.");
118 #define DBRI_CMD(cmd, intr, value) ((cmd << 28) | \
120 value)
383 #define D_SDP_2SAME (1<<18) /* Report 2nd time in a row value received */
629 the buffer, and dbri_cmdsend() is called with the final pointer value
871 "with strange SDP value\n");
2258 uinfo->value.integer.min = 0;
2260 uinfo->value.integer.max = DBRI_MAX_VOLUME;
2262 uinfo->value.integer.max = DBRI_MAX_GAIN;
2276 ucontrol->value.integer.value[0] = info->left_gain;
2277 ucontrol->value.integer.value[1] = info->right_gain;
2290 vol[0] = ucontrol->value.integer.value[0];
2291 vol[1] = ucontrol->value.integer.value[1];
2327 uinfo->value.integer.min = 0;
2328 uinfo->value.integer.max = mask;
2345 ucontrol->value.integer.value[0] =
2348 ucontrol->value.integer.value[0] =
2352 ucontrol->value.integer.value[0] =
2353 mask - ucontrol->value.integer.value[0];
2371 val = (ucontrol->value.integer.value[0] & mask);
2387 "mixer-value=%ld, mm-value=0x%x\n",
2388 mask, changed, ucontrol->value.integer.value[0],