i.MX6 Android framework inserts 500ms mute.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX6 Android framework inserts 500ms mute.

跳至解决方案
1,069 次查看
satoshishimoda
Senior Contributor I

Hi community,

Our partner have a question about i.MX6SDL.

They are using jb4.3_1.1.0-ga, and they found 500ms mute is inserted as following code.

 -----------------------------

 hardware/imx/alsa/tinyalsa_hal.c

  in_read function : line 2086

  

  if (in->mute_500ms > 0) {

   ...

  }

 -----------------------------

Then, could you let me know why the mute is inserted?

Actually, this inserted mute causes unexpected mute when repeat recording start -> stop -> start -> ....

So they want to remove the mute if there is no problem.

To remove it, they want to know why the mute is inserted.

Best Regards,

Satoshi Shimoda

标签 (4)
0 项奖励
回复
1 解答
852 次查看
SergioSolis
NXP Employee
NXP Employee

Hello Satoshi,

This is a walkaround for wm8962, since wm8962 has noise at the beggining.


If you are not using WM8962 then yes, you can comment that piece of code.


在原帖中查看解决方案

0 项奖励
回复
2 回复数
852 次查看
satoshishimoda
Senior Contributor I

Could you give me any advice?

0 项奖励
回复
853 次查看
SergioSolis
NXP Employee
NXP Employee

Hello Satoshi,

This is a walkaround for wm8962, since wm8962 has noise at the beggining.


If you are not using WM8962 then yes, you can comment that piece of code.


0 项奖励
回复