projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f788e0
)
ALSA: cmipci: remove a stray space character
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 25 Feb 2015 13:33:57 +0000
(16:33 +0300)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 25 Feb 2015 19:08:44 +0000
(20:08 +0100)
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cmipci.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/cmipci.c
b/sound/pci/cmipci.c
index 1d0f2cad2f5a64e84c37f69ce264445f732c99fd..6cf464d9043d29d8e949d32c4ac33ce54047f7ce 100644
(file)
--- a/
sound/pci/cmipci.c
+++ b/
sound/pci/cmipci.c
@@
-2062,7
+2062,7
@@
static int snd_cmipci_get_volume(struct snd_kcontrol *kcontrol,
val = (snd_cmipci_mixer_read(cm, reg.right_reg) >> reg.right_shift) & reg.mask;
if (reg.invert)
val = reg.mask - val;
-
ucontrol->value.integer.value[1] = val;
+ ucontrol->value.integer.value[1] = val;
}
spin_unlock_irq(&cm->reg_lock);
return 0;