Home | History | Annotate | Download | only in audio_extn

Lines Matching full:rate

85     .rate = USB_DEFAULT_OUTPUT_SAMPLING_RATE,
259 ALOGE("%s: error unable to allocate memory to hold sample rate strings",
266 ALOGE("%s: error unable to allocate memory to hold sample rate string",
279 ALOGE("%s: error could not get rate size, returning", __func__);
294 ALOGE("%s: error could not get first rate val", __func__);
315 /* Sample Rate should be one of the proxy supported rates only
359 pcm_config_usbmod.rate = usbmod->sample_rate_playback;
362 pcm_config_usbmod.rate);
382 pcm_config_usbmod.rate = usbmod->sample_rate_playback;
388 pcm_config_usbmod.rate);
478 pcm_config_usbmod.rate = usbmod->sample_rate_record;
481 pcm_config_usbmod.rate);
501 pcm_config_usbmod.rate = usbmod->sample_rate_record;
507 pcm_config_usbmod.rate);