From: "karsten wiese" <annabellesgarden@yahoo.de>
To: alsa-devel@lists.sourceforge.net
Subject: small enhancement to es1968.c
Date: Mon, 20 May 2002 22:38:17 +0200 (CEST) [thread overview]
Message-ID: <20020520203817.10461.qmail@web12206.mail.yahoo.com> (raw)
hallo,
this one lets the volume reach maximum on both
channels also by using the extra volume-control-knobs
found on some laptops.
the diff was run against the cvs - version of today.
>>>>
--- es1968.c_cvs Mon May 20 22:09:37 2002
+++ es1968.c Mon May 20 22:12:11 2002
@@ -1981,7 +1981,7 @@
/* volume up */
if ((val & 0xff) > 0)
val--;
- if ((val & 0xff00) > 0x100)
+ if ((val & 0xff00) > 0)
val -= 0x0100;
} else {
/* volume down */
<<<<
best regards, karsten
__________________________________________________________________
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Sie brauchen mehr Speicher für Ihre E-Mails? - http://premiummail.yahoo.de
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
next reply other threads:[~2002-05-20 20:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-20 20:38 karsten wiese [this message]
2002-05-21 10:34 ` small enhancement to es1968.c Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020520203817.10461.qmail@web12206.mail.yahoo.com \
--to=annabellesgarden@yahoo.de \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.