snd-allo-digione soc:sound: ASoC: CPU DAI (null) not registered - will retry
bcm2835-i2s 3f203000.i2s: could not get clk: -517
Pretty much this is due to lack of few other modules which are necessary to be loaded with the Allo driver, but they are not. Those are the modules:
fixed
i2c_bcm2835
snd_soc_wm8804_i2c
snd_soc_bcm2835_i2s
Adding them to the etc/modules on the standard Raspbian fixes those errors. Unfortunately this is not the case on Snakeoil. I got "systemd-modules-load[169]: Failed to lookup alias 'module name': Function not implemented" for all of the modules as they are not build in the kernel. How can i workaround this?