Comment 7 for bug 942815

Revision history for this message
Ramesh Chandrasekaran (ramesh-chandrasekaran) wrote :

The kernel config CONFIG_STM_MSP_SPI, needs to be enabled to fix this issue, since this initializes the MSP interface and all audio related codecs. Once done, ALSA driver, detects the sound card as kernel boots up and in the rootfs prompt invoke aplay with a wav file, as shown below

aplay -D hw:0,1 xyz.wav for testing.

Lookout for a patch soon !