diff options
Diffstat (limited to 'include')
-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 1890d87c5204..2ce530efcf11 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -410,6 +410,8 @@ struct snd_soc_codec { | |||
410 | void *control_data; /* codec control (i2c/3wire) data */ | 410 | void *control_data; /* codec control (i2c/3wire) data */ |
411 | unsigned int (*read)(struct snd_soc_codec *, unsigned int); | 411 | unsigned int (*read)(struct snd_soc_codec *, unsigned int); |
412 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); | 412 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); |
413 | int (*display_register)(struct snd_soc_codec *, char *, | ||
414 | size_t, unsigned int); | ||
413 | hw_write_t hw_write; | 415 | hw_write_t hw_write; |
414 | hw_read_t hw_read; | 416 | hw_read_t hw_read; |
415 | void *reg_cache; | 417 | void *reg_cache; |