diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-11-04 11:30:58 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-04 11:53:53 +0000 |
commit | 313665b983fe30af9d0eb274f7e03276e05a1bbf (patch) | |
tree | 4593d35748f415e6b55ffb7e17ebc32c672f473a /include/sound | |
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>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dai.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 45d0fa10ab9..373d1775ecb 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -275,8 +275,6 @@ struct snd_soc_dai { unsigned int tx_mask; unsigned int rx_mask; - struct snd_soc_card *card; - struct list_head list; }; |