diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index b8acf99ac89d..97d1832bb9df 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -529,8 +529,8 @@ struct snd_soc_codec_driver { | |||
529 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); | 529 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); |
530 | int (*display_register)(struct snd_soc_codec *, char *, | 530 | int (*display_register)(struct snd_soc_codec *, char *, |
531 | size_t, unsigned int); | 531 | size_t, unsigned int); |
532 | int (*volatile_register)(unsigned int); | 532 | int (*volatile_register)(struct snd_soc_codec *, unsigned int); |
533 | int (*readable_register)(unsigned int); | 533 | int (*readable_register)(struct snd_soc_codec *, unsigned int); |
534 | short reg_cache_size; | 534 | short reg_cache_size; |
535 | short reg_cache_step; | 535 | short reg_cache_step; |
536 | short reg_word_size; | 536 | short reg_word_size; |