diff options
author | Liam Girdwood <lrg@ti.com> | 2012-03-07 11:47:41 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 11:28:21 +0100 |
commit | be09ad90e17b79fdb0d513a31e814ff4d42e3dff (patch) | |
tree | e26440a88935b4d34fd9dd3d8e9680259e0a6c5a /include/sound | |
parent | 4edbb34577c98297f958f131e093a150b9f3226f (diff) | |
download | linux-3.10-be09ad90e17b79fdb0d513a31e814ff4d42e3dff.tar.gz linux-3.10-be09ad90e17b79fdb0d513a31e814ff4d42e3dff.tar.bz2 linux-3.10-be09ad90e17b79fdb0d513a31e814ff4d42e3dff.zip |
ASoC: core: Add platform DAI widget mapping
Add platform driver support for CPU DAI DAPM widgets.
Signed-off-by: Liam Girdwood <lrg@ti.com>
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, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index c429f248cf4..3248fbc3326 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -241,6 +241,7 @@ 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; |