ASoC: dapm: Remove DAI DAPM context
The DAI DAPM context was added in commitbe09ad90
("ASoC: core: Add platform DAI widget mapping") and the only user was removed again in commitae10e7e8f
("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>
This commit is contained in:

committad av
Mark Brown

förälder
14e8bdebfb
incheckning
9420d97b3f
@@ -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;
|
||||
|
Referens i nytt ärende
Block a user