OSDN Git Service

dsp: codecs: use native API to configure PCM output block in multiaac
authorSoumya Managoli <smanag@codeaurora.org>
Tue, 15 May 2018 13:16:45 +0000 (18:46 +0530)
committerSoumya Managoli <smanag@codeaurora.org>
Wed, 16 May 2018 06:43:56 +0000 (12:13 +0530)
commit17544a820bb142ae2b687d88d6bbf4d8cec0aab9
tree14ac79b40a05fce6982834bbe3b048233c695f54
parentfc81fdad875862a5ffcc54f81a7c327f4bafeb60
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.

Change-Id: Ieefeead45435840c2ecc1c072e8095785fd4b583
Signed-off-by: Satya Krishna Pindiproli <satyak@codeaurora.org>
Signed-off-by: Soumya Managoli <smanag@codeaurora.org>
drivers/misc/qcom/qdsp6v2/audio_multi_aac.c