You are right, by default no any soundcard. The bult-in SoC audio kernel module is not modprobed to avoid issues with USB sound devices, it must be done explicitely in bootlocal.sh
We can add a startup script back to alsa-modules-KERNEL.tcz to to modprobe or possibly a more clever script to make it only if no other sound card installed.
Hi bmarkus,
I haven't lost interest in this, just the opposite, it's just the more I research ALSA the bigger can of worms it gets.
Generally, the existing ALSA scripts don't really apply to the Raspberry Pi. Files and directories are different or don't exist. I don't even think any startup scripts are really needed anymore???
Most of the conf files are PCI related devices that will never be available on the Raspberry Pi and one script run lspci which is not appropriate for the RPi.
I can't find Raspberry Pi specific conf files. It just uses generic alsa configuration.
I realise I have a couple of problems:
1. I don't understand all the different startup procedures of the various flavours of Linux, so I can't relate information on the internet to Rasbian and piCore.
2. I don't comprehend how much work is required maintaining a modified version of ALSA specifically tailored for the Raspberry Pi.
3. ALSA seems to have changed a lot and most of the information on the internet seems to be referring to the older versions of ALSA.
regard
Greg