Lines Matching defs:source
552 /* (status >> HDSPM_AES32_syncref_bit) & 0xF gives sync source */
1668 "Warning: No AutoSync source for requested rate\n");
2364 * Returns the sample rate class for input source <idx> for
3645 int source;
3648 source = ucontrol->value.integer.value[0];
3649 if (source < 0)
3650 source = 0;
3651 else if (source >= 2 * HDSPM_MAX_CHANNELS)
3652 source = 2 * HDSPM_MAX_CHANNELS - 1;
3661 if (source >= HDSPM_MAX_CHANNELS)
3664 source - HDSPM_MAX_CHANNELS);
3667 hdspm_read_in_gain(hdspm, destination, source);
3679 int source;
3686 source = ucontrol->value.integer.value[0];
3689 if (source < 0 || source >= 2 * HDSPM_MAX_CHANNELS)
3698 if (source >= HDSPM_MAX_CHANNELS)
3700 source -
3704 source);
3707 if (source >= HDSPM_MAX_CHANNELS)
3709 source - HDSPM_MAX_CHANNELS,
3712 hdspm_write_in_gain(hdspm, destination, source,