commit | 3442f9303bdbf54f77de7f882801484d038ade6c | [log] [tgz] |
---|---|---|
author | Satya Krishna Pindiproli <satyak@codeaurora.org> | Wed Jan 10 16:21:40 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Jan 25 00:42:54 2018 -0800 |
tree | 540e8c1488d797081328a50c7cf153aa77931e0f | |
parent | a991093591649843f37aa7f71962fdc6bf1e40a7 [diff] |
dsp: codecs: use native API to configure PCM output block in multiaac Usage of q6asm_enc_cfg_blk_pcm() does not trigger PortSettingsChanged event which is required for multi aac component. Configure the PCM output block using q6asm_enc_cfg_blk_pcm_native() which ensures that the event gets triggered. CRs-Fixed: 2169255 Change-Id: I168aa0156c9233d81e99ca2aa6142f33ef10805c Signed-off-by: Satya Krishna Pindiproli <satyak@codeaurora.org>