Home
last modified time | relevance | path

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

/device/amlogic/yukawa/audio/
Daudio_hw.h44 #define PCM_OPEN_RETRIES 100 macro
Daudio_hw.c116 unsigned int pcm_retry_count = PCM_OPEN_RETRIES; in start_output_stream()
130 ALOGE("Failed to open pcm_out after %d tries", PCM_OPEN_RETRIES); in start_output_stream()
372 unsigned int pcm_retry_count = PCM_OPEN_RETRIES; in start_input_stream()
385 ALOGE("Failed to open pcm_in after %d tries", PCM_OPEN_RETRIES); in start_input_stream()