diff options
author | Mark Brown <broonie@kernel.org> | 2020-05-12 18:12:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-12 18:12:47 +0300 |
commit | 132a0eb0324025bb4691ee590996dbe302159298 (patch) | |
tree | e70fcc3c1294f36f184f17b46bd82131cf71b686 /sound/soc/sof/control.c | |
parent | 66c705d07d784fb6b4622c6e47b6acae357472db (diff) | |
parent | 74fcfde748b26c68a8ab2791d9d73f698f7752d1 (diff) | |
download | linux-132a0eb0324025bb4691ee590996dbe302159298.tar.xz |
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8
Diffstat (limited to 'sound/soc/sof/control.c')
-rw-r--r-- | sound/soc/sof/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sof/control.c b/sound/soc/sof/control.c index 97d5aca45de8..186eea105bb1 100644 --- a/sound/soc/sof/control.c +++ b/sound/soc/sof/control.c @@ -19,8 +19,8 @@ static void update_mute_led(struct snd_sof_control *scontrol, struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) { - unsigned int temp = 0; - unsigned int mask; + int temp = 0; + int mask; int i; mask = 1U << snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |