diff --git a/include/sound/soc.h b/include/sound/soc.h index 6da55a17fcfd4a208323b067e903f35d4a2c363e..0fc8f15f1acaf48cc66b079f051f7ec90a31736d 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -622,7 +622,7 @@ struct snd_soc_codec_driver { int (*volatile_register)(struct snd_soc_codec *, unsigned int); int (*readable_register)(struct snd_soc_codec *, unsigned int); int (*writable_register)(struct snd_soc_codec *, unsigned int); - short reg_cache_size; + unsigned int reg_cache_size; short reg_cache_step; short reg_word_size; const void *reg_cache_default;