Hy everybody!
I work with an embedded Linux, kernel 2.6.18.
The problem is that the sound card of the system is often not found.
The boot msg:
Code:
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).
ASoC version 0.13.1
MUX: initialized MCBSP
AIC3X Audio Codec 0.1
ALSA device list:
No soundcards found.
Sometime is works good and I got:
Code:
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).
ASoC version 0.13.1
MUX: initialized MCBSP
AIC3X Audio Codec 0.1
asoc: aic3x <-> davinci-i2s mapping ok
ALSA device list:
#0: DaVinci EVM (aic3x)
I set the boot log-level to 8 but got no further outputs.
Is their a possibility to "solve" this problem after the boot? To probe the aic3x driver and create the audio devices with a script or program?
Thanks a lot,
BigEagle