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)
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>

No differences found