On Monday, I solve that kernel panic error by removing comment of line in file
vim drivers/video/sun4i/hdmi/drv_hdmi.c +280 audio_func.hdmi_audio_enable = Hdmi_Audio_Enable; audio_func.hdmi_set_audio_para = Hdmi_Set_Audio_Para; - /* audio_set_hdmi_func(&audio_func);*/ + audio_set_hdmi_func(&audio_func); Regards Punith -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
