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