aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dai.h
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-11-04 11:30:58 +0100
committerMark Brown <broonie@kernel.org>2014-11-04 11:53:53 +0000
commit313665b983fe30af9d0eb274f7e03276e05a1bbf (patch)
tree4593d35748f415e6b55ffb7e17ebc32c672f473a /include/sound/soc-dai.h
parentMerge branch 'topic/dapm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-core (diff)
downloadlinux-dev-313665b983fe30af9d0eb274f7e03276e05a1bbf.tar.xz
linux-dev-313665b983fe30af9d0eb274f7e03276e05a1bbf.zip
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.h2
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;
};