
В сообщении от 28 августа 2010 12:06:17 автор Mark Brown написал:
On Sat, Aug 28, 2010 at 11:54:26AM +0300, Vasily Khoruzhick wrote:
This is basically fine but needs to be redone against current ASoC due to Liam's multi-component work - the way the machine driver is registered with the system has changed. See either -next or
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.37
for the latest code.
Hmm, it seems that s3c24xx-i2s is broken for multicomponent.
snd-soc-s3c24xx and snd-soc-s3c24xx-i2s are just drivers, but there's no appropriate platform_device for them. So I'm getting this (with debug enabled):
soc-audio soc-audio: CPU DAI s3c24xx-i2s not registered soc-audio soc-audio: platform s3c24xx-pcm-audio not registered
Who should register platform_device for these drivers?
Regards Vasily