ASoC: Factor out I2C 8 bit address 16 bit data I/O
[safe/jmp/linux-2.6] / include / sound / soc.h
index d0b29a5..4a5846e 100644 (file)
@@ -373,7 +373,7 @@ struct snd_soc_codec {
                                size_t, unsigned int);
        int (*volatile_register)(unsigned int);
        hw_write_t hw_write;
-       hw_read_t hw_read;
+       unsigned int (*hw_read)(struct snd_soc_codec *, unsigned int);
        void *reg_cache;
        short reg_cache_size;
        short reg_cache_step;