aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dai.h
diff options
context:
space:
mode:
authorjassi brar <jassisinghbrar@gmail.com>2010-02-22 16:00:20 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-22 14:15:30 +0000
commit6423c1875c87fa5ae56974ab8386d7c6110e3701 (patch)
treec41bdc54dc4a1414d28a63abeee38754fe64f55d /include/sound/soc-dai.h
parentASoC: Change how suspend and resume obtain the PCM runtime (diff)
downloadlinux-dev-6423c1875c87fa5ae56974ab8386d7c6110e3701.tar.xz
linux-dev-6423c1875c87fa5ae56974ab8386d7c6110e3701.zip
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/soc-dai.h')
-rw-r--r--include/sound/soc-dai.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 061f16d4c878..20de0bcaa137 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;