Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6a7b8cf4766803c2e16cf118a2998c7095c2c7e3
Commit:     6a7b8cf4766803c2e16cf118a2998c7095c2c7e3
Parent:     85db3848c59610c47f64f67677e875abfcff1c3f
Author:     Stanislav Brabec <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 12 12:11:10 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:29:20 2008 +0100

    [ALSA] use convenient treble scale on WM8750
    
    On Zaurus SL-C3200 (terrier/spitz) based on WM8750, treble scale is
    inconveniently reverted (increase level = decrease treble), in opposite
    to bass scale, which uses convenient scale.
    Fix ALSA WM8750 mixer treble to use convenient treble scale (increase =
    increase treble level)
    From: Stanislav Brabec <[EMAIL PROTECTED]>
    
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/soc/codecs/wm8750.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c
index 28684ee..f8797de 100644
--- a/sound/soc/codecs/wm8750.c
+++ b/sound/soc/codecs/wm8750.c
@@ -189,7 +189,7 @@ SOC_ENUM("Bass Boost", wm8750_enum[0]),
 SOC_ENUM("Bass Filter", wm8750_enum[1]),
 SOC_SINGLE("Bass Volume", WM8750_BASS, 0, 15, 1),
 
-SOC_SINGLE("Treble Volume", WM8750_TREBLE, 0, 15, 0),
+SOC_SINGLE("Treble Volume", WM8750_TREBLE, 0, 15, 1),
 SOC_ENUM("Treble Cut-off", wm8750_enum[2]),
 
 SOC_SINGLE("3D Switch", WM8750_3D, 0, 1, 0),
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to