aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 0eea08e1bdd5..4abc2f8fe77a 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -632,6 +632,8 @@ struct snd_soc_card {
632 /* callbacks */ 632 /* callbacks */
633 int (*set_bias_level)(struct snd_soc_card *, 633 int (*set_bias_level)(struct snd_soc_card *,
634 enum snd_soc_bias_level level); 634 enum snd_soc_bias_level level);
635 int (*set_bias_level_post)(struct snd_soc_card *,
636 enum snd_soc_bias_level level);
635 637
636 long pmdown_time; 638 long pmdown_time;
637 639