commit | 313665b983fe30af9d0eb274f7e03276e05a1bbf | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Nov 04 11:30:58 2014 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 04 11:53:53 2014 +0000 |
tree | 4593d35748f415e6b55ffb7e17ebc32c672f473a | |
parent | ff1b1c3fef511ff051db0d5de332afd15acad363 [diff] |
ASoC: Remove card field from snd_soc_dai struct 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>