Lines Matching defs:rate
622 /* 2 possibilities: Internal -> expects sample rate
623 * S/PDIF sync -> expects rate = 0
717 /* FIXME: hardcoded sample rate */
1644 int rate;
1678 rate = data[0] | (data[1] << 8) | (data[2] << 16);
1679 ucontrol->value.iec958.status[3] = (rate == 48000) ?
2234 u32 rate = 0;
2245 rate = snd_rme_rate_table[idx];
2250 rate = snd_rme_rate_table[idx];
2255 rate = snd_rme_rate_table[idx];
2260 ucontrol->value.integer.value[0] = rate;