Searched defs:pcm_profile (Results 1 - 2 of 2) sorted by relevance

/device/google/dragon/audio/hal/
H A Daudio_hw.c1313 struct pcm_device_profile *pcm_profile; local
1318 pcm_profile = get_pcm_device(in->usecase_type, in->devices);
1319 if (pcm_profile == NULL) {
1329 pcm_profile->config.period_size = CAPTURE_PERIOD_SIZE_LOW_LATENCY;
1341 pcm_device->pcm_profile = pcm_profile;
1348 pcm_device->pcm_profile->card)->uc_list_node[uc_info->id]);
1358 if (in->config.rate != pcm_profile->config.rate) {
1361 in->config = pcm_profile->config;
1390 * The HW is limited to support only the default pcm_profile setting
1494 struct pcm_device_profile *pcm_profile; local
1777 struct pcm_device_profile *pcm_profile; local
1890 struct pcm_device_profile *pcm_profile; local
2412 struct pcm_device_profile *pcm_profile; local
2681 struct pcm_device_profile *pcm_profile; local
3013 struct pcm_device_profile *pcm_profile; local
[all...]
H A Daudio_hw.h206 struct pcm_device_profile* pcm_profile; member in struct:pcm_device

Completed in 26 milliseconds