summaryrefslogtreecommitdiff
path: root/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/sound-volume-reversed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/sound-volume-reversed.patch')
-rw-r--r--linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/sound-volume-reversed.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/sound-volume-reversed.patch b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/sound-volume-reversed.patch
deleted file mode 100644
index 11fa5c7ad5..0000000000
--- a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/sound-volume-reversed.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- linux-2.4.25/drivers/misc/ucb1x00-audio.c~sound-volume-reversed.patch 2004-03-31 17:15:12.000000000 +0200
-+++ linux-2.4.25/drivers/misc/ucb1x00-audio.c 2004-03-31 17:15:13.000000000 +0200
-@@ -97,7 +97,7 @@
- ucba->output_level = gain | gain << 8;
- ucba->mod_cnt++;
- ucba->ctrl_b = (ucba->ctrl_b & 0xff00) |
-- ((gain * 31) / 100);
-+ (((100-gain) * 31) / 100);
- ucb1x00_reg_write(ucba->ucb, UCB_AC_B,
- ucba->ctrl_b);
- ret = 0;