07-05-2019, 08:49 AM
I am running Debian Buster on my A64+ (not LTS) with a 5.0.2 kernel which should, in theory, support audio on this board. However, no mixers are present. Has anyone else experimented with recent kernels with Pine64 mainlined? What am I missing?
Additional information:
Kernel was built from source by tweaking the 5.0-trunk config as such:
DTB file should enable the audio interface
sun*i* modules are loaded
Additional information:
Kernel was built from source by tweaking the 5.0-trunk config as such:
Code:
+CONFIG_SND_SUN4I_CODEC=m
+CONFIG_SND_SUN8I_CODEC=m
+CONFIG_SND_SUN8I_CODEC_ANALOG=m
+CONFIG_SND_SUN50I_CODEC_ANALOG=m
+CONFIG_SND_SUN4I_I2S=m
+CONFIG_SND_SUN4I_SPDIF=m
+CONFIG_SND_SUN8I_ADDA_PR_REGMAP=m
+CONFIG_SUN50I_ERRATUM_UNKNOWN1=y
DTB file should enable the audio interface
sun*i* modules are loaded