i.MX6 Android framework inserts 500ms mute.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6 Android framework inserts 500ms mute.

Jump to solution
805 Views
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

Labels (4)
0 Kudos
1 Solution
588 Views
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.


View solution in original post

0 Kudos
2 Replies
588 Views
satoshishimoda
Senior Contributor I

Could you give me any advice?

0 Kudos
589 Views
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 Kudos