Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/audio/
Daudio_aec.h96 void aec_set_spk_running (struct aec_t *aec, bool state);
Daudio_hw.c247 aec_set_spk_running(adev->aec, false); in do_output_standby()
343 aec_set_spk_running(adev->aec, true); in out_write()
Daudio_aec.c534 void aec_set_spk_running(struct aec_t *aec, bool state) { in aec_set_spk_running() function