Lines Matching defs:source
553 /* (status >> HDSPM_AES32_syncref_bit) & 0xF gives sync source */
1669 "Warning: No AutoSync source for requested rate\n");
2369 * Returns the sample rate class for input source <idx> for
3650 int source;
3653 source = ucontrol->value.integer.value[0];
3654 if (source < 0)
3655 source = 0;
3656 else if (source >= 2 * HDSPM_MAX_CHANNELS)
3657 source = 2 * HDSPM_MAX_CHANNELS - 1;
3666 if (source >= HDSPM_MAX_CHANNELS)
3669 source - HDSPM_MAX_CHANNELS);
3672 hdspm_read_in_gain(hdspm, destination, source);
3684 int source;
3691 source = ucontrol->value.integer.value[0];
3694 if (source < 0 || source >= 2 * HDSPM_MAX_CHANNELS)
3703 if (source >= HDSPM_MAX_CHANNELS)
3705 source -
3709 source);
3712 if (source >= HDSPM_MAX_CHANNELS)
3714 source - HDSPM_MAX_CHANNELS,
3717 hdspm_write_in_gain(hdspm, destination, source,