diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-04-28 19:37:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-03 14:28:57 -0400 |
commit | fad598887dc0d89ffee3e51281a8143beb2ae58c (patch) | |
tree | 49cbb65d198f13b534f606409335c31703043a34 /include/sound | |
parent | 82cfecdc03499be63262d60daf859b4cc1ea3fba (diff) |
ASoC: Add w->kcontrols, and populate it
Future changes will need reference to the kcontrol created for a given
kcontrol_new. Store the created kcontrol values now.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-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-dapm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 76714be19e9d..b25bf0ffc947 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -474,6 +474,7 @@ struct snd_soc_dapm_widget { | |||
474 | /* kcontrols that relate to this widget */ | 474 | /* kcontrols that relate to this widget */ |
475 | int num_kcontrols; | 475 | int num_kcontrols; |
476 | const struct snd_kcontrol_new *kcontrol_news; | 476 | const struct snd_kcontrol_new *kcontrol_news; |
477 | struct snd_kcontrol **kcontrols; | ||
477 | 478 | ||
478 | /* widget input and outputs */ | 479 | /* widget input and outputs */ |
479 | struct list_head sources; | 480 | struct list_head sources; |