agm: remove break after early eos callback

early_eos callback to compress plugin was not going due to break in the loop
after calling the first callback from cb_pool.

cb_pool has callbacks registered from mixer_plugin as well as compress_plugin.
We do not have any way to know which callback is from mixer/compress plugin.
We will send EARLY_EOS callback to all the registered callbacks and rely on
their handling of whether callback is processed or ignored.

Change-Id: I3e664e6cabeca30da94afb66d111b10e8b4ff64f
1 file changed
tree: 930dfaca8492ba8541018b4e733f2ebebe1c0633
  1. ipc/
  2. plugins/
  3. service/
  4. snd_parser/
  5. Android.mk
  6. NOTICE
  7. README.md
README.md

agm

Audio Graph Manager