diff options
author | jassi brar <jassisinghbrar@gmail.com> | 2010-02-22 16:00:20 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-22 14:15:30 +0000 |
commit | 6423c1875c87fa5ae56974ab8386d7c6110e3701 (patch) | |
tree | c41bdc54dc4a1414d28a63abeee38754fe64f55d /include/sound | |
parent | 10cab262f49ee4574a20ab4c445bc4fdc41c36a8 (diff) | |
download | op-kernel-dev-6423c1875c87fa5ae56974ab8386d7c6110e3701.zip op-kernel-dev-6423c1875c87fa5ae56974ab8386d7c6110e3701.tar.gz |
ASoC: Remove runtime field from DAI
In order for having snd_soc_dais shared among two or more dai_links,
remove the relatively global runtime field from the struct snd_soc_dai
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dai.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 061f16d..20de0bc 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -215,7 +215,6 @@ struct snd_soc_dai { unsigned int symmetric_rates:1; /* DAI runtime info */ - struct snd_pcm_runtime *runtime; struct snd_soc_codec *codec; unsigned int active; unsigned char pop_wait:1; |