I have a Chuwi Hi12 tablet (x86_64 processor) and I installed ArchLinux on it. I'm trying to make sound work using default driver, but I couldn't. So I downloaded a C written driver from here:
I compiled it with the system included makefile and I obtained the .ko file. I don't know how should I continue from here, so I'm asking in this forum.
Thank you very much for reading and answering
______________________________________________________________-
EDIT. I tried to insert the module with insmod, but it says that the resouce is busy. I don't know how to manage it. Here are modules that refers to es8316:
snd_soc_sst_byt_cht_es8316 16384 0 - Live 0x (null)
snd_soc_es8316 40960 1 - Live 0x (null)
snd_soc_core 286720 3 snd_soc_sst_byt_cht_es8316,snd_soc_es8316,snd_soc_sst_atom_hifi2_platform, Live 0x (null)
snd_pcm 135168 6 snd_hdmi_lpe_audio,snd_soc_sst_byt_cht_es8316,snd_soc_es8316,snd_soc_sst_atom_hifi2_platform,snd_soc_core,snd_pcm_dmaengine, Live 0x (null)
These are default drivers installed with Arch Linux, but they doesn't work, so I'm try to install the driver I shown