aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 737a4f4b18ff..d9aa66be1994 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -592,8 +592,7 @@ struct snd_soc_codec_driver {
592 /* driver ops */ 592 /* driver ops */
593 int (*probe)(struct snd_soc_codec *); 593 int (*probe)(struct snd_soc_codec *);
594 int (*remove)(struct snd_soc_codec *); 594 int (*remove)(struct snd_soc_codec *);
595 int (*suspend)(struct snd_soc_codec *, 595 int (*suspend)(struct snd_soc_codec *);
596 pm_message_t state);
597 int (*resume)(struct snd_soc_codec *); 596 int (*resume)(struct snd_soc_codec *);
598 597
599 /* Default control and setup, added after probe() is run */ 598 /* Default control and setup, added after probe() is run */