Lines Matching defs:samplerate
613 unsigned int samplerate)
617 if (samplerate == 0)
621 samplerate_index = sigmadsp_rate_to_index(sigmadsp, samplerate);
721 * sigmadsp_setup() - Setup the DSP for the specified samplerate
723 * @samplerate: The samplerate the DSP should be configured for
726 * loaded) and enables the controls for the specified samplerate. Any control
731 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate)
738 if (sigmadsp->current_samplerate == samplerate)
741 samplerate_mask = sigmadsp_get_samplerate_mask(sigmadsp, samplerate);
758 sigmadsp->current_samplerate = samplerate;
791 * Applies samplerate constraints that may be required by the firmware Should