Home
last modified time | relevance | path

Searched refs:ref_pcm_profile (Results 1 – 1 of 1) sorted by relevance

/device/htc/flounder/audio/hal/
Daudio_hw.c1187 struct pcm_device_profile *ref_pcm_profile; in get_hw_echo_reference() local
1200 ref_pcm_profile = get_pcm_device(PCM_CAPTURE, pcm_device_capture_loopback_aec.devices); in get_hw_echo_reference()
1201 if (ref_pcm_profile == NULL) { in get_hw_echo_reference()
1208 ref_device->pcm_profile = ref_pcm_profile; in get_hw_echo_reference()
1210 …ALOGV("%s: ref_device rate:%d, ch:%d", __func__, ref_pcm_profile->config.rate, ref_pcm_profile->co… in get_hw_echo_reference()