ASoC: core: Allow snd_soc_update_bits use 32 bits register
authorBard Liao <bardliao@realtek.com>
Tue, 8 Apr 2014 03:18:10 +0000 (11:18 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:23:39 +0000 (17:23 +0100)
commit1a39019e939f620f39a1b914231ab6ba9013b208
treeb620abc9b41893a422be05dc050215cec46f532e
parentb318ad503698160183fe5e0752b9a1bb3e558026
ASoC: core: Allow snd_soc_update_bits use 32 bits register

Change reg's type from unsigned short to unsigned int. So that we can use
32 bits reg value in snd_soc_update_bits.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/soc.h
sound/soc/soc-core.c