diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-11-04 13:30:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-04 14:53:53 +0300 |
commit | 313665b983fe30af9d0eb274f7e03276e05a1bbf (patch) | |
tree | 4593d35748f415e6b55ffb7e17ebc32c672f473a /include/sound/soc-dai.h | |
parent | ff1b1c3fef511ff051db0d5de332afd15acad363 (diff) | |
download | linux-313665b983fe30af9d0eb274f7e03276e05a1bbf.tar.xz |
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/soc-dai.h')
-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 45d0fa10ab9e..373d1775ecba 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; }; |