i.MX6 Android framework inserts 500ms mute.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX6 Android framework inserts 500ms mute.

ソリューションへジャンプ
1,117件の閲覧回数
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 解決策
900件の閲覧回数
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 返答(返信)
900件の閲覧回数
satoshishimoda
Senior Contributor I

Could you give me any advice?

0 件の賞賛
返信
901件の閲覧回数
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 件の賞賛
返信