8 Sep
2011
8 Sep
'11
12:35 a.m.
On Wed, Sep 07, 2011 at 11:16:47PM +0100, Mans Rullgard wrote:
Always CC maintainers. Please folks, this shouldn't be hard to work out.
Currently in ASoC, there is for each supported board a module describing the board-specific DAI links by creating a "soc-audio" platform device with an associated struct snd_soc_card.
No, this has not been the case for new drivers for quite some time now and new drivers trying to do this get rejected. You should probe using a regular device and use snd_soc_register_card() to register the card.