Odroid C2 No HDMI Audio / Slow kodi video performance

Hi,
I installed DietPi_OdroidC2-ARMv8-Bullseye.7z in a sandisk extreme 32gb sdcard for my Odroid C2 board and there’s no hdmi audio.
I’ve been trying to fix it by myself, but my knowlegde is very little.

There are some messages I found may help:

Setting up alsa-utils (1.2.4-1) ...
alsa-restore.service is a disabled or a static unit, not starting it.
alsa-state.service is a disabled or a static unit, not starting it.
Processing triggers for libc-bin (2.31-13+deb11u2) ...
[  OK  ] DietPi-Set_hardware | APT install for: alsa-utils
[ INFO ] DietPi-Set_hardware | Resetting all sound card settings...
alsa-lib parser.c:2179:(load_toplevel_config) Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'.
alsa-lib main.c:1014:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Found hardware: "GX-SOUND-CARD" "" "" "" ""
Hardware is initialized using a generic method
[ INFO ] DietPi-Set_hardware | Applying new sound card settings...
[  OK  ] DietPi-Set_hardware | Setting in /boot/dietpi.txt adjusted: CONFIG_SOUNDCARD=default
[  OK  ] DietPi-Set_hardware | alsactl -g store
[  OK  ] soundcard default | Completed

This is aplay -l output:

root@DietPi:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: GXSOUNDCARD [GX-SOUND-CARD], device 0: fe.dai-link-0 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
root@DietPi:~#

Also, I think gpu acceleration is not working properly.
Are the drivers ok?
Related output:

2022-03-14 13:06:34.792 T:30579    INFO <general>: EGL_VERSION = 1.4
2022-03-14 13:06:34.792 T:30579    INFO <general>: EGL_VENDOR = Mesa Project
2022-03-14 13:06:34.792 T:30579    INFO <general>: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_no_config_context EGL_KHR_partial_update EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display
2022-03-14 13:06:34.792 T:30579    INFO <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
2022-03-14 13:06:34.858 T:30579 WARNING <general>: Your OpenGL drivers do not support OpenGL 3.2 core profile. Kodi will run in compatibility mode, but performance may suffer.
2022-03-14 13:06:34.860 T:30579    INFO <general>: CApplication::CreateGUI - using the gbm windowing system
2022-03-14 13:06:34.860 T:30579    INFO <general>: Checking resolution 16
2022-03-14 13:06:34.959 T:30579    INFO <general>: CRenderSystemGL::InitRenderSystem - Version: 2.1 Mesa 20.3.5, Major: 2, Minor: 1
2022-03-14 13:06:34.960 T:30579    INFO <general>: GL_VENDOR = lima
2022-03-14 13:06:34.960 T:30579    INFO <general>: GL_RENDERER = Mali450
2022-03-14 13:06:34.960 T:30579    INFO <general>: GL_VERSION = 2.1 Mesa 20.3.5
2022-03-14 13:06:34.960 T:30579    INFO <general>: GL_SHADING_LANGUAGE_VERSION = 1.20

Kodi running output:

root@DietPi:/var/log# kodi
failed to open zone.tab
libva info: VA-API version 1.10.0
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
sh: 1: nmblookup: not found

It runs and performs ok in menu, but once I load a 480p file it stutters a bit.
I didn’t installed anything else except kodi (using dietpi-software).

Thanks in advance