aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Ranostay <mranostay@embeddedalley.com>2008-07-08 05:50:09 -0400
committerJaroslav Kysela <perex@perex.cz>2008-07-10 03:32:49 -0400
commit7e2574050e6af203f0c94915c98c53ce1fc48044 (patch)
treebcde54cab856c64f90874d8544b2dc1ebec3c3a6
parent3fccd8b1bf716f1314c76689a3554ea37ad282b6 (diff)
ALSA: hda - removed redundant gpio_mask
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>
-rw-r--r--sound/pci/hda/patch_sigmatel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index c4f3489376c5..a6d138831e26 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -3669,7 +3669,6 @@ again:
3669 /* GPIO0 High = EAPD */ 3669 /* GPIO0 High = EAPD */
3670 spec->gpio_mask = 0x01; 3670 spec->gpio_mask = 0x01;
3671 spec->gpio_dir = 0x01; 3671 spec->gpio_dir = 0x01;
3672 spec->gpio_mask = 0x01;
3673 spec->gpio_data = 0x01; 3672 spec->gpio_data = 0x01;
3674 3673
3675 spec->mux_nids = stac92hd71bxx_mux_nids; 3674 spec->mux_nids = stac92hd71bxx_mux_nids;