diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-06-16 18:13:10 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-21 21:36:08 +0100 |
commit | 9420d97b3f8672478696ae9c3e33051243e1f4a0 (patch) | |
tree | cd3737467f9f3675e939e82e809e40fd56308b6b /include/sound | |
parent | 14e8bdebfbc1d5c8804b3520233b2d4e516056bc (diff) | |
download | linux-stable-9420d97b3f8672478696ae9c3e33051243e1f4a0.tar.gz linux-stable-9420d97b3f8672478696ae9c3e33051243e1f4a0.tar.bz2 linux-stable-9420d97b3f8672478696ae9c3e33051243e1f4a0.zip |
ASoC: dapm: Remove DAI DAPM context
The DAI DAPM context was added in commit be09ad90 ("ASoC: core: Add platform DAI
widget mapping") and the only user was removed again in commit ae10e7e8f ("ASoC:
core: Only add platform DAI widgets once."). Now that we have a per component
DAPM context it is unlikely that we'll need the DAI DAPM context 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 688f2ba8009f..031be2ab75d0 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -257,7 +257,6 @@ struct snd_soc_dai { struct snd_soc_dapm_widget *playback_widget; struct snd_soc_dapm_widget *capture_widget; - struct snd_soc_dapm_context dapm; /* DAI DMA data */ void *playback_dma_data; |