ASoC: Remove platform field from snd_soc_dai
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 3 Nov 2014 09:31:48 +0000 (10:31 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 3 Nov 2014 12:17:07 +0000 (12:17 +0000)
Typically a DAI does not need direct access to the platform. Currently the
only user of this field is in a platform driver where we have a more direct
way of getting a pointer to the platform. This patch updates the driver to
use the more direct way and then removes the platform field from the
snd_soc_dai struct.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found