aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>2011-01-13 07:20:37 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-13 09:17:43 -0500
commitd4754ec91c7b094298f0b2ba02327e6887671edc (patch)
tree82fe1a8e9ae2ad16b53d82a9403c181f753911d0 /include/sound/soc.h
parent066d16c3e8194677a9aaeb06a45e4014387d16f1 (diff)
ASoC: Update users of readable_register()/volatile_register()
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h4
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;