|
@@ -592,8 +592,7 @@ struct snd_soc_codec_driver {
|
|
/* driver ops */
|
|
/* driver ops */
|
|
int (*probe)(struct snd_soc_codec *);
|
|
int (*probe)(struct snd_soc_codec *);
|
|
int (*remove)(struct snd_soc_codec *);
|
|
int (*remove)(struct snd_soc_codec *);
|
|
- int (*suspend)(struct snd_soc_codec *,
|
|
|
|
- pm_message_t state);
|
|
|
|
|
|
+ int (*suspend)(struct snd_soc_codec *);
|
|
int (*resume)(struct snd_soc_codec *);
|
|
int (*resume)(struct snd_soc_codec *);
|
|
|
|
|
|
/* Default control and setup, added after probe() is run */
|
|
/* Default control and setup, added after probe() is run */
|