ASoC: Initial framework for dynamic card instantiation
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 4 Dec 2008 15:32:53 +0000 (15:32 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 9 Dec 2008 13:30:04 +0000 (13:30 +0000)
commit435c5e2588893e3f7aba0bd4de67991bf00b3c9d
treeaa266a041709ae8a7a014162cf3564aca6c29d3c
parent64089b84abfe2f26a864ebd968429302dcb071de
ASoC: Initial framework for dynamic card instantiation

Use the lists of platforms, platform DAIs and cards to check to see that
everything has registered. Since relationships are still specified by
direct references to the structures in the drivers and the drivers all
register everything at modprobe there should be no practical effect yet.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c