aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 9952254974b3..d244f9013767 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -546,6 +546,9 @@ struct snd_soc_codec_driver {
546 /* codec bias level */ 546 /* codec bias level */
547 int (*set_bias_level)(struct snd_soc_codec *, 547 int (*set_bias_level)(struct snd_soc_codec *,
548 enum snd_soc_bias_level level); 548 enum snd_soc_bias_level level);
549
550 void (*seq_notifier)(struct snd_soc_dapm_context *,
551 enum snd_soc_dapm_type);
549}; 552};
550 553
551/* SoC platform interface */ 554/* SoC platform interface */