diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 9c2a6dd170f1..6f197589b6d7 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -562,6 +562,12 @@ struct snd_soc_codec_driver { | |||
562 | pm_message_t state); | 562 | pm_message_t state); |
563 | int (*resume)(struct snd_soc_codec *); | 563 | int (*resume)(struct snd_soc_codec *); |
564 | 564 | ||
565 | /* Default DAPM setup, added after probe() is run */ | ||
566 | const struct snd_soc_dapm_widget *dapm_widgets; | ||
567 | int num_dapm_widgets; | ||
568 | const struct snd_soc_dapm_route *dapm_routes; | ||
569 | int num_dapm_routes; | ||
570 | |||
565 | /* codec IO */ | 571 | /* codec IO */ |
566 | unsigned int (*read)(struct snd_soc_codec *, unsigned int); | 572 | unsigned int (*read)(struct snd_soc_codec *, unsigned int); |
567 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); | 573 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); |