diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 447278a3b3e6..3f7de6f992c0 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -686,7 +686,6 @@ struct snd_soc_codec { | |||
686 | unsigned int (*hw_read)(struct snd_soc_codec *, unsigned int); | 686 | unsigned int (*hw_read)(struct snd_soc_codec *, unsigned int); |
687 | unsigned int (*read)(struct snd_soc_codec *, unsigned int); | 687 | unsigned int (*read)(struct snd_soc_codec *, unsigned int); |
688 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); | 688 | int (*write)(struct snd_soc_codec *, unsigned int, unsigned int); |
689 | int (*bulk_write_raw)(struct snd_soc_codec *, unsigned int, const void *, size_t); | ||
690 | void *reg_cache; | 689 | void *reg_cache; |
691 | const void *reg_def_copy; | 690 | const void *reg_def_copy; |
692 | const struct snd_soc_cache_ops *cache_ops; | 691 | const struct snd_soc_cache_ops *cache_ops; |
@@ -1097,8 +1096,6 @@ struct soc_enum { | |||
1097 | unsigned int snd_soc_read(struct snd_soc_codec *codec, unsigned int reg); | 1096 | unsigned int snd_soc_read(struct snd_soc_codec *codec, unsigned int reg); |
1098 | unsigned int snd_soc_write(struct snd_soc_codec *codec, | 1097 | unsigned int snd_soc_write(struct snd_soc_codec *codec, |
1099 | unsigned int reg, unsigned int val); | 1098 | unsigned int reg, unsigned int val); |
1100 | unsigned int snd_soc_bulk_write_raw(struct snd_soc_codec *codec, | ||
1101 | unsigned int reg, const void *data, size_t len); | ||
1102 | 1099 | ||
1103 | /* device driver data */ | 1100 | /* device driver data */ |
1104 | 1101 | ||