ASoC: Push workqueue data into snd_soc_card
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 2 Dec 2008 15:08:03 +0000 (15:08 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 2 Dec 2008 15:16:23 +0000 (15:16 +0000)
commit6308419a199eed66086cd756ab8dc81b88d54a6b
treeeb192c630862769a803729b2c366a69f9184e38e
parent0ecfe7987855d21c2a89ffe003ddf0ee11b42d47
ASoC: Push workqueue data into snd_soc_card

ASoC v2 does not use the struct snd_soc_device at runtime, using struct
snd_soc_card as the root of the card.  Begin removing data from
snd_soc_device by pushing the workqueue data into snd_soc_card, using a
backpointer to the snd_soc_device to keep things going for the time
being.

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