diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-08-31 14:31:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-16 19:37:03 -0400 |
commit | 2a1212a8342c469cee240cf69fe3001b898cda8e (patch) | |
tree | 65ca44af82afcf6444f0e94b2342a5f359ba9435 /include/sound | |
parent | 175ee39e8f4053f95e1948afd75c74552b3a175c (diff) |
ASoC: Remove snd_soc_bulk_write_raw()
No users of snd_soc_bulk_write_raw() are left and new drivers are going to use
regmap directly for this, so the function can be removed.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/sound')
-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 | ||