diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index c22c65650405..add5f948e383 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -425,6 +425,9 @@ struct snd_soc_machine { | |||
425 | int (*resume_pre)(struct platform_device *pdev); | 425 | int (*resume_pre)(struct platform_device *pdev); |
426 | int (*resume_post)(struct platform_device *pdev); | 426 | int (*resume_post)(struct platform_device *pdev); |
427 | 427 | ||
428 | /* callbacks */ | ||
429 | int (*dapm_event)(struct snd_soc_machine *, int event); | ||
430 | |||
428 | /* CPU <--> Codec DAI links */ | 431 | /* CPU <--> Codec DAI links */ |
429 | struct snd_soc_dai_link *dai_link; | 432 | struct snd_soc_dai_link *dai_link; |
430 | int num_links; | 433 | int num_links; |