diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index 602024d4c459..e09505c5a490 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -447,6 +447,7 @@ struct snd_soc_dapm_widget { | |||
447 | char *name; /* widget name */ | 447 | char *name; /* widget name */ |
448 | char *sname; /* stream name */ | 448 | char *sname; /* stream name */ |
449 | struct snd_soc_codec *codec; | 449 | struct snd_soc_codec *codec; |
450 | struct snd_soc_platform *platform; | ||
450 | struct list_head list; | 451 | struct list_head list; |
451 | struct snd_soc_dapm_context *dapm; | 452 | struct snd_soc_dapm_context *dapm; |
452 | 453 | ||
@@ -510,6 +511,7 @@ struct snd_soc_dapm_context { | |||
510 | 511 | ||
511 | struct device *dev; /* from parent - for debug */ | 512 | struct device *dev; /* from parent - for debug */ |
512 | struct snd_soc_codec *codec; /* parent codec */ | 513 | struct snd_soc_codec *codec; /* parent codec */ |
514 | struct snd_soc_platform *platform; /* parent platform */ | ||
513 | struct snd_soc_card *card; /* parent card */ | 515 | struct snd_soc_card *card; /* parent card */ |
514 | 516 | ||
515 | /* used during DAPM updates */ | 517 | /* used during DAPM updates */ |