ASoC: Add codec registration API
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Dec 2008 14:32:45 +0000 (14:32 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 10 Dec 2008 15:40:02 +0000 (15:40 +0000)
commit0d0cf00a7fc63cee9a4c4a3b8612879b4f7f42ba
tree27faa0bd462b4852f16d88be12e4a657700c0bec
parent1e5fa31f96d558e53fe80e943305104bf4339711
ASoC: Add codec registration API

Another part of the backporting of Liam's ASoC v2 work. Using this is
more complicated than the other registration types since currently the
codec is instantiated during the probe of the ASoC device so we can't
currently readily wait for the codec to register.

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