[alsa-devel] [PATCH] ASoC: DAPM: Allow update_bits use 32 bits reg

bardliao at realtek.com bardliao at realtek.com
Thu Apr 17 14:12:56 CEST 2014


From: Bard Liao <bardliao at realtek.com>

This patch change reg's type from unsigned short to int.

Signed-off-by: Bard Liao <bardliao at realtek.com>
---
 sound/soc/soc-dapm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index c8a780d..f4ba7b4 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -426,7 +426,7 @@ static void soc_dapm_async_complete(struct snd_soc_dapm_context *dapm)
 }
 
 static int soc_widget_update_bits_locked(struct snd_soc_dapm_widget *w,
-	unsigned short reg, unsigned int mask, unsigned int value)
+	int reg, unsigned int mask, unsigned int value)
 {
 	bool change;
 	unsigned int old, new;
-- 
1.8.1.1.439.g50a6b54



More information about the Alsa-devel mailing list