i.MX8M EVK Audio jack output

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

i.MX8M EVK Audio jack output

Jump to solution
788 Views
deexithamba
Contributor III

Hello,

Is there any way that i can route the audio signals to the audio jack irrespective of a HDMI display connected to the i.MX8M EVK on Android platform?? Or is there any way that i can multiplex the audio output on both hdmi as well as jack?? If so can you please tell me where exactly should i look into to implement these changes.

Regards,

Deexith 

0 Kudos
1 Solution
526 Views
xiaocong_fu
NXP Employee
NXP Employee

Hi Deexith,

In vendor/nxp-opensource/imx/alsa/config_wm8524.h

try to add

.supported_out_devices = AUDIO_DEVICE_OUT_SPEAKER | AUDIO_DEVICE_OUT_AUX_DIGITAL,

BR,

Xiaocong

View solution in original post

1 Reply
527 Views
xiaocong_fu
NXP Employee
NXP Employee

Hi Deexith,

In vendor/nxp-opensource/imx/alsa/config_wm8524.h

try to add

.supported_out_devices = AUDIO_DEVICE_OUT_SPEAKER | AUDIO_DEVICE_OUT_AUX_DIGITAL,

BR,

Xiaocong