diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index e6704c0a4404..94fcc65609b6 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -191,6 +191,7 @@ int snd_soc_register_platform(struct snd_soc_platform *platform); | |||
191 | void snd_soc_unregister_platform(struct snd_soc_platform *platform); | 191 | void snd_soc_unregister_platform(struct snd_soc_platform *platform); |
192 | int snd_soc_register_codec(struct snd_soc_codec *codec); | 192 | int snd_soc_register_codec(struct snd_soc_codec *codec); |
193 | void snd_soc_unregister_codec(struct snd_soc_codec *codec); | 193 | void snd_soc_unregister_codec(struct snd_soc_codec *codec); |
194 | int snd_soc_codec_volatile_register(struct snd_soc_codec *codec, int reg); | ||
194 | 195 | ||
195 | #ifdef CONFIG_PM | 196 | #ifdef CONFIG_PM |
196 | int snd_soc_suspend_device(struct device *dev); | 197 | int snd_soc_suspend_device(struct device *dev); |
@@ -361,6 +362,7 @@ struct snd_soc_codec { | |||
361 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); | 362 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); |
362 | int (*display_register)(struct snd_soc_codec *, char *, | 363 | int (*display_register)(struct snd_soc_codec *, char *, |
363 | size_t, unsigned int); | 364 | size_t, unsigned int); |
365 | int (*volatile_register)(unsigned int); | ||
364 | hw_write_t hw_write; | 366 | hw_write_t hw_write; |
365 | hw_read_t hw_read; | 367 | hw_read_t hw_read; |
366 | void *reg_cache; | 368 | void *reg_cache; |