On Wed, Aug 24, 2011 at 08:23:10PM +0200, Marc Dietrich wrote:
> The ec command used was for muting, not unmuting.
> 
> Signed-off-by: Marc Dietrich <[email protected]>
> ---
>  drivers/staging/nvec/nvec.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c
> index b2f03bb..0936c54 100644
> --- a/drivers/staging/nvec/nvec.c
> +++ b/drivers/staging/nvec/nvec.c
> @@ -427,7 +427,7 @@ static int __devinit tegra_nvec_probe(struct 
> platform_device *pdev)
>               dev_err(nvec->dev, "error adding subdevices\n");
>  
>       /* unmute speakers? */
         ^^^^^^^^^^^^^^^^^^^
You could update the comment now that we know.

> -     nvec_write_async(nvec, "\x0d\x10\x59\x94", 4);
> +     nvec_write_async(nvec, "\x0d\x10\x59\x95", 4);
>  

regards,
dan carpenter


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to