diff options
author | Lars-Peter Clausen | 2014-05-06 09:39:41 +0200 |
---|---|---|
committer | Mark Brown | 2014-05-12 23:08:36 +0200 |
commit | 797f283b61e43c54f37d20c1ef3f9682837ef67a (patch) | |
tree | 949eff8267979ced6ccf72b227de074cab063f04 /include/sound | |
parent | ASoC: atmel-pcm-pdc: Remove broken suspend/resume code (diff) | |
download | kernel-qcow2-linux-797f283b61e43c54f37d20c1ef3f9682837ef67a.tar.gz kernel-qcow2-linux-797f283b61e43c54f37d20c1ef3f9682837ef67a.tar.xz kernel-qcow2-linux-797f283b61e43c54f37d20c1ef3f9682837ef67a.zip |
ASoC: Remove runtime field from DAI
This was initially removed in commit 6423c1875 ("ASoC: Remove runtime field from
DAI"), but was, presumably by accident, brought back in commit f0fba2ad1 ("ASoC:
multi-component - ASoC Multi-Component Support"). But has never been
initialized to anything but NULL ever since. This commit removes it again.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
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 e2c3e45d0656..688f2ba8009f 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -252,7 +252,6 @@ struct snd_soc_dai { unsigned int symmetric_rates:1; unsigned int symmetric_channels:1; unsigned int symmetric_samplebits:1; - struct snd_pcm_runtime *runtime; unsigned int active; unsigned char probed:1; |