Lines Matching refs:value
259 uinfo->value.integer.min = 0;
260 uinfo->value.integer.max = lkup_ctrl->lookup->count - 1;
270 ucontrol->value.integer.value[0] = lkup_ctrl->index;
284 index = ucontrol->value.integer.value[0];
297 return 1; /* The value changed */
336 [PEB2466_TONE_1000HZ] = {0}, /* lookup value not used for 1000Hz */
386 ucontrol->value.enumerated.item[0] = peb2466->ch[0].tg1_freq_item;
389 ucontrol->value.enumerated.item[0] = peb2466->ch[0].tg2_freq_item;
392 ucontrol->value.enumerated.item[0] = peb2466->ch[1].tg1_freq_item;
395 ucontrol->value.enumerated.item[0] = peb2466->ch[1].tg2_freq_item;
398 ucontrol->value.enumerated.item[0] = peb2466->ch[2].tg1_freq_item;
401 ucontrol->value.enumerated.item[0] = peb2466->ch[2].tg2_freq_item;
404 ucontrol->value.enumerated.item[0] = peb2466->ch[3].tg1_freq_item;
407 ucontrol->value.enumerated.item[0] = peb2466->ch[3].tg2_freq_item;
426 index = ucontrol->value.enumerated.item[0];
493 return 1; /* The value changed */
1203 * - @1 32bits signed: Min table value in centi dB (MinVal)
1208 * value
1210 * Each item correspond to an AX filter value.
1212 * The conversion from raw value item in the table to/from the value in
1213 * dB is: Raw value at index i <-> (MinVal + i * Step) in centi dB.
1307 * - @1 32bits signed: Min table value in centi dB (MinVal)
1312 * value
1314 * Each item correspond to an AR filter value.
1316 * The conversion from raw value item in the table to/from the value in
1317 * dB is: Raw value at index i <-> (MinVal + i * Step) in centi dB.
1701 * cannot be used to read/modify/write the value.
1702 * So, a specific cache value is used.
1774 * Use the cache to get value;