ASoC: Remove card field from snd_soc_dai struct
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Nov 2014 10:30:58 +0000 (11:30 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 4 Nov 2014 11:53:53 +0000 (11:53 +0000)
The card field of the snd_soc_dai field is very rarely used. We can use
dai->component->card instead and remove the card field from the snd_soc_dai
struct.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dai.h
sound/soc/soc-core.c
sound/soc/soc-dapm.c

Simple merge
Simple merge
Simple merge