aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-31 18:26:51 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-31 18:54:48 +0100
commit77ee09c67e051a5ebd19a53ba3945dbdc8d21b3c (patch)
tree4fa007a15bbdf43cd4bfae2bfbc44272faaf656b /include/sound/soc.h
parentMerge branch 'gta02-audio' into for-2.6.32 (diff)
downloadlinux-dev-77ee09c67e051a5ebd19a53ba3945dbdc8d21b3c.tar.xz
linux-dev-77ee09c67e051a5ebd19a53ba3945dbdc8d21b3c.zip
ASoC: Allow CODECs to flag invalid registers
This helps CODECs with sparse register maps work better with the register cache display interface. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 756fb59772d1..55b330937260 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -385,6 +385,7 @@ struct snd_soc_codec {
int (*display_register)(struct snd_soc_codec *, char *,
size_t, unsigned int);
int (*volatile_register)(unsigned int);
+ int (*readable_register)(unsigned int);
hw_write_t hw_write;
hw_read_t hw_read;
void *reg_cache;