i.MX8M EVK Audio jack output

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

i.MX8M EVK Audio jack output

跳至解决方案
821 次查看
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 项奖励
1 解答
559 次查看
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

在原帖中查看解决方案

1 回复
560 次查看
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