Lines Matching defs:samplerate
601 unsigned int samplerate)
605 if (samplerate == 0)
609 samplerate_index = sigmadsp_rate_to_index(sigmadsp, samplerate);
726 * sigmadsp_setup() - Setup the DSP for the specified samplerate
728 * @samplerate: The samplerate the DSP should be configured for
731 * loaded) and enables the controls for the specified samplerate. Any control
736 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate)
743 if (sigmadsp->current_samplerate == samplerate)
746 samplerate_mask = sigmadsp_get_samplerate_mask(sigmadsp, samplerate);
763 sigmadsp->current_samplerate = samplerate;
796 * Applies samplerate constraints that may be required by the firmware Should