]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77162ab39f1b9cd9802ba69a2641ec5f8eebbf57
treeb620abc9b41893a422be05dc050215cec46f532e
parentdb6b21248a3ebf85cb753be3ff86ebe652f67f81
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