No sound card detection in Infinix INbook X1 Neo Series

You might try a later kernel:

sudo add-apt-repository ppa:tuxinvader/lts-mainline

sudo apt update && sudo apt install linux-generic-6.02

That should install the 6.2 kernel. Reboot and test.
Check kernel after reboot with uname -r

If still no sound, you may need to install latest linux-firmware, then edit /etc/modprobe.d/i915.conf to add the following parameters to the end:
option i915 force_probe=4e55
option enable_guc=2

If the i915.conf file does not exist, use sudo touch /etc/modprobe.d/i915.conf to create it.
Alternatively, you can add i915 force_probe=4e55 enable_guc=2 as grub parameters if you are more comfortable with doing it that way. Be sure to run sudo update-grub after saving the grub file.
In terminal run

sudo update-initramfs -u -k all