diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index d0b29a509bdd..4a5846e72473 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -373,7 +373,7 @@ struct snd_soc_codec { | |||
373 | size_t, unsigned int); | 373 | size_t, unsigned int); |
374 | int (*volatile_register)(unsigned int); | 374 | int (*volatile_register)(unsigned int); |
375 | hw_write_t hw_write; | 375 | hw_write_t hw_write; |
376 | hw_read_t hw_read; | 376 | unsigned int (*hw_read)(struct snd_soc_codec *, unsigned int); |
377 | void *reg_cache; | 377 | void *reg_cache; |
378 | short reg_cache_size; | 378 | short reg_cache_size; |
379 | short reg_cache_step; | 379 | short reg_cache_step; |