Hello,
I've updated to the above version (20140616....) and have a problem with the 'default' alsa device.
Code:
OpenELEC:~/.config # aplay -l
aplay: device_list:268: no soundcards found..
OpenELEC:~/.config # lsmod | grep snd
snd_soc_bcm2708_i2s 5298 0
snd_soc_pcm512x 7406 0
snd_soc_wm8804 6940 0
regmap_spi 1457 2 snd_soc_pcm512x,snd_soc_wm8804
regmap_i2c 1161 2 snd_soc_pcm512x,snd_soc_wm8804
regmap_mmio 2077 1 snd_soc_bcm2708_i2s
snd_soc_core 100030 3 snd_soc_pcm512x,snd_soc_wm8804,snd_soc_bcm2708_i2s
snd_compress 7056 1 snd_soc_core
snd_pcm_dmaengine 2927 1 snd_soc_core
snd_pcm 62688 2 snd_soc_core,snd_pcm_dmaengine
snd_timer 17736 1 snd_pcm
snd 41317 4 snd_soc_core,snd_timer,snd_pcm,snd_compress
OpenELEC:~/.config # dmesg | grep error
[ 9.256944] pcm512x: probe of 1-004c failed with error -5
Could someone confirm this problem, too?
How could I solve this issue?
Regards YggdrasiI
Edit: Oh, I've found the solution. One module was not loading per default. I added
'modprobe snd_bcm2835' to the startup script.
Edit2: Moreover for analog output via alsa, I has to call 'amixer cset numid=3 1' to enable the analog output.