staging: nvec: fix unmute of speakers
authorMarc Dietrich <marvin24@gmx.de>
Tue, 27 Sep 2011 17:00:43 +0000 (19:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 30 Sep 2011 00:40:38 +0000 (17:40 -0700)
The ec command used was for muting, not unmuting.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Julian Andres Klode <jak@jak-linux.org>
Acked-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/nvec/nvec.c

index 6c6e39447a5ff5b0934aa80823400166574d0e8c..6913018979852eb1a7c8e16b95ca9d6cf3091cd3 100644 (file)
@@ -422,7 +422,7 @@ static int __devinit tegra_nvec_probe(struct platform_device *pdev)
                dev_err(nvec->dev, "error adding subdevices\n");
 
        /* unmute speakers? */
-       nvec_write_async(nvec, "\x0d\x10\x59\x94", 4);
+       nvec_write_async(nvec, "\x0d\x10\x59\x95", 4);
 
        /* enable lid switch event */
        nvec_write_async(nvec, "\x01\x01\x01\x00\x00\x02\x00", 7);