projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fccd8b
)
ALSA: hda - removed redundant gpio_mask
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Tue, 8 Jul 2008 09:50:09 +0000
(11:50 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 10 Jul 2008 07:32:49 +0000
(09:32 +0200)
An gpio_mask value was defined twice needlessly.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index c4f3489376c59cbc81c871c69d38aae412337503..a6d138831e262107503f3b296c99c10e4e32f404 100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-3669,7
+3669,6
@@
again:
/* GPIO0 High = EAPD */
spec->gpio_mask = 0x01;
spec->gpio_dir = 0x01;
- spec->gpio_mask = 0x01;
spec->gpio_data = 0x01;
spec->mux_nids = stac92hd71bxx_mux_nids;