diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index c184f84a354c..1355ef029d82 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -267,7 +267,8 @@ int snd_soc_register_codec(struct device *dev, | |||
267 | const struct snd_soc_codec_driver *codec_drv, | 267 | const struct snd_soc_codec_driver *codec_drv, |
268 | struct snd_soc_dai_driver *dai_drv, int num_dai); | 268 | struct snd_soc_dai_driver *dai_drv, int num_dai); |
269 | void snd_soc_unregister_codec(struct device *dev); | 269 | void snd_soc_unregister_codec(struct device *dev); |
270 | int snd_soc_codec_volatile_register(struct snd_soc_codec *codec, int reg); | 270 | int snd_soc_codec_volatile_register(struct snd_soc_codec *codec, |
271 | unsigned int reg); | ||
271 | int snd_soc_codec_set_cache_io(struct snd_soc_codec *codec, | 272 | int snd_soc_codec_set_cache_io(struct snd_soc_codec *codec, |
272 | int addr_bits, int data_bits, | 273 | int addr_bits, int data_bits, |
273 | enum snd_soc_control_type control); | 274 | enum snd_soc_control_type control); |