diff options
author | Liam Girdwood <lrg@ti.com> | 2011-07-04 17:10:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-05 14:07:39 -0400 |
commit | b7950641374ddb41e9a03ff61b43f9ab3fcf763d (patch) | |
tree | afd469b165d71265caabb9070d24167419ad1f18 /include/sound/soc.h | |
parent | a491a5c84f34febfebd4cb0b8c9add97977efa97 (diff) |
ASoC: core - Add platform widget IO
Allow platform driver widgets to perform any IO required for DAPM.
Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index c421501532db..6ce8dc32a3db 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -682,6 +682,8 @@ struct snd_soc_platform { | |||
682 | struct snd_soc_card *card; | 682 | struct snd_soc_card *card; |
683 | struct list_head list; | 683 | struct list_head list; |
684 | struct list_head card_list; | 684 | struct list_head card_list; |
685 | |||
686 | struct snd_soc_dapm_context dapm; | ||
685 | }; | 687 | }; |
686 | 688 | ||
687 | struct snd_soc_dai_link { | 689 | struct snd_soc_dai_link { |