summaryrefslogtreecommitdiff
path: root/packages/zaurusd
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/zaurusd
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/zaurusd')
-rw-r--r--packages/zaurusd/files/01-check-toggle-landscape9
-rw-r--r--packages/zaurusd/files/01-check-toggle-portait9
-rw-r--r--packages/zaurusd/files/add-poodle.patch34
-rw-r--r--packages/zaurusd/files/alsa-6000x-default.state.patch756
-rw-r--r--packages/zaurusd/files/alsa-cxx00-default.state.patch301
-rw-r--r--packages/zaurusd/files/disable-alsa-handling.patch16
-rw-r--r--packages/zaurusd/files/tslib-1.diff11
-rw-r--r--packages/zaurusd/files/zaurus-hinge.bl-off19
-rw-r--r--packages/zaurusd/files/zaurus-hinge.bl-on63
-rw-r--r--packages/zaurusd/files/zaurus-hinge.in66
-rw-r--r--packages/zaurusd/files/zaurus-hinge.matchbox-landscape25
-rw-r--r--packages/zaurusd/files/zaurus-hinge.matchbox-portrait29
-rw-r--r--packages/zaurusd/zaurusd_svn.bb53
13 files changed, 0 insertions, 1391 deletions
diff --git a/packages/zaurusd/files/01-check-toggle-landscape b/packages/zaurusd/files/01-check-toggle-landscape
deleted file mode 100644
index 13ae9a4e68..0000000000
--- a/packages/zaurusd/files/01-check-toggle-landscape
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Try to determine and ignore false rotation signals caused by
-# headphones removal or remote removal remembering the old state.
-# OE#3390
-if test "`cat /var/run/last-screen-rotation`" = landscape ; then
- exit
-fi
-echo landscape > /var/run/last-screen-rotation
diff --git a/packages/zaurusd/files/01-check-toggle-portait b/packages/zaurusd/files/01-check-toggle-portait
deleted file mode 100644
index 4c3b7f1291..0000000000
--- a/packages/zaurusd/files/01-check-toggle-portait
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Try to determine and ignore false rotation signals caused by
-# headphones removal or remote removal remembering the old state.
-# OE#3390
-if test "`cat /var/run/last-screen-rotation`" = portait ; then
- exit
-fi
-echo portait > /var/run/last-screen-rotation
diff --git a/packages/zaurusd/files/add-poodle.patch b/packages/zaurusd/files/add-poodle.patch
deleted file mode 100644
index 4f91413668..0000000000
--- a/packages/zaurusd/files/add-poodle.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -Nur zaurusd.orig/config/mach-config/mach-poodle-functions zaurusd/config/mach-config/mach-poodle-functions
---- zaurusd.orig/config/mach-config/mach-poodle-functions 1970-01-01 01:00:00.000000000 +0100
-+++ zaurusd/config/mach-config/mach-poodle-functions 2006-05-14 12:43:01.000000000 +0200
-@@ -0,0 +1,3 @@
-+#HAVE_INPUT_SWITCHES=1
-+#HAVE_ALSA_MIXER=1
-+
-diff -Nur zaurusd.orig/config/mach-config/mach-poodle-vars zaurusd/config/mach-config/mach-poodle-vars
---- zaurusd.orig/config/mach-config/mach-poodle-vars 1970-01-01 01:00:00.000000000 +0100
-+++ zaurusd/config/mach-config/mach-poodle-vars 2006-05-14 12:42:42.000000000 +0200
-@@ -0,0 +1,9 @@
-+MACHINE=poodle
-+
-+export SWITCH_EVENT_ZMIXER=1
-+SWITCH_EVENT_DEVICE=/dev/input/event0
-+
-+#TSKEYS_CONF=@appconfdir@/tskeys/zaurus-clamshell.conf
-+#TSKEYS_DEVICE=/dev/input/event1
-+
-+ALSA_MIXER_INIT=@appconfdir@/alsa/poodle-default.state
-\ Kein Zeilenumbruch am Dateiende.
-diff -Nur zaurusd.orig/scripts/detect-machine zaurusd/scripts/detect-machine
---- zaurusd.orig/scripts/detect-machine 2006-05-07 13:39:11.000000000 +0200
-+++ zaurusd/scripts/detect-machine 2006-05-14 12:40:38.000000000 +0200
-@@ -27,6 +27,9 @@
- "SHARP Tosa")
- MACHINE=tosa
- ;;
-+ "SHARP Poodle")
-+ MACHINE=poodle
-+ ;;
- "Simpad")
- ;;
- "HP iPAQ H2200")
diff --git a/packages/zaurusd/files/alsa-6000x-default.state.patch b/packages/zaurusd/files/alsa-6000x-default.state.patch
deleted file mode 100644
index 857b8c8b62..0000000000
--- a/packages/zaurusd/files/alsa-6000x-default.state.patch
+++ /dev/null
@@ -1,756 +0,0 @@
---- zaurusd/config/alsa/6000x-default.state.old 2008-03-21 02:21:47.000000000 -0500
-+++ zaurusd/config/alsa/6000x-default.state 2008-03-30 07:48:06.000000000 -0500
-@@ -37,13 +37,23 @@ state.Tosa {
- }
- control.5 {
- comment.access 'read write'
-+ comment.type INTEGER
-+ comment.count 2
-+ comment.range '0 - 31'
-+ iface MIXER
-+ name 'PCM Playback Volume'
-+ value.0 23
-+ value.1 23
-+ }
-+ control.6 {
-+ comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
- name 'Speaker Playback ZC Switch'
- value true
- }
-- control.6 {
-+ control.7 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -51,7 +61,7 @@ state.Tosa {
- name 'Speaker Playback Invert Switch'
- value true
- }
-- control.7 {
-+ control.8 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -59,7 +69,7 @@ state.Tosa {
- name 'Headphone Playback ZC Switch'
- value true
- }
-- control.8 {
-+ control.9 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -67,7 +77,7 @@ state.Tosa {
- name 'Mono Playback ZC Switch'
- value false
- }
-- control.9 {
-+ control.10 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -76,7 +86,7 @@ state.Tosa {
- name 'Mono Playback Volume'
- value 0
- }
-- control.10 {
-+ control.11 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -85,16 +95,16 @@ state.Tosa {
- name 'ALC Target Volume'
- value 11
- }
-- control.11 {
-+ control.12 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
- comment.range '0 - 15'
- iface MIXER
- name 'ALC Hold Time'
-- value 0
-+ value 2
- }
-- control.12 {
-+ control.13 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -103,7 +113,7 @@ state.Tosa {
- name 'ALC Decay Time'
- value 3
- }
-- control.13 {
-+ control.14 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -112,7 +122,7 @@ state.Tosa {
- name 'ALC Attack Time'
- value 2
- }
-- control.14 {
-+ control.15 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -124,7 +134,7 @@ state.Tosa {
- name 'ALC Function'
- value None
- }
-- control.15 {
-+ control.16 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -133,7 +143,7 @@ state.Tosa {
- name 'ALC Max Volume'
- value 7
- }
-- control.16 {
-+ control.17 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -142,7 +152,7 @@ state.Tosa {
- name 'ALC ZC Timeout'
- value 0
- }
-- control.17 {
-+ control.18 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -150,7 +160,7 @@ state.Tosa {
- name 'ALC ZC Switch'
- value false
- }
-- control.18 {
-+ control.19 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -158,7 +168,7 @@ state.Tosa {
- name 'ALC NG Switch'
- value false
- }
-- control.19 {
-+ control.20 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -168,7 +178,7 @@ state.Tosa {
- name 'ALC NG Type'
- value 'Constant Gain'
- }
-- control.20 {
-+ control.21 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -177,16 +187,16 @@ state.Tosa {
- name 'ALC NG Threshold'
- value 31
- }
-- control.21 {
-+ control.22 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
- comment.range '0 - 7'
- iface MIXER
- name 'Mic Headphone Volume'
-- value 3
-+ value 7
- }
-- control.22 {
-+ control.23 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -195,7 +205,7 @@ state.Tosa {
- name 'ALC Headphone Volume'
- value 5
- }
-- control.23 {
-+ control.24 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -203,7 +213,7 @@ state.Tosa {
- name 'Out3 Switch'
- value false
- }
-- control.24 {
-+ control.25 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -211,7 +221,7 @@ state.Tosa {
- name 'Out3 ZC Switch'
- value true
- }
-- control.25 {
-+ control.26 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -220,7 +230,7 @@ state.Tosa {
- name 'Out3 Volume'
- value 0
- }
-- control.26 {
-+ control.27 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -229,7 +239,7 @@ state.Tosa {
- name 'PCBeep Bypass Headphone Volume'
- value 0
- }
-- control.27 {
-+ control.28 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -238,7 +248,7 @@ state.Tosa {
- name 'PCBeep Bypass Speaker Volume'
- value 0
- }
-- control.28 {
-+ control.29 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -247,16 +257,16 @@ state.Tosa {
- name 'PCBeep Bypass Phone Volume'
- value 0
- }
-- control.29 {
-+ control.30 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
- comment.range '0 - 7'
- iface MIXER
- name 'Aux Playback Headphone Volume'
-- value 6
-+ value 5
- }
-- control.30 {
-+ control.31 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -265,7 +275,7 @@ state.Tosa {
- name 'Aux Playback Speaker Volume'
- value 0
- }
-- control.31 {
-+ control.32 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -274,7 +284,7 @@ state.Tosa {
- name 'Aux Playback Phone Volume'
- value 0
- }
-- control.32 {
-+ control.33 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -283,7 +293,7 @@ state.Tosa {
- name 'Phone Volume'
- value 0
- }
-- control.33 {
-+ control.34 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 2
-@@ -293,7 +303,7 @@ state.Tosa {
- value.0 23
- value.1 23
- }
-- control.34 {
-+ control.35 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -301,7 +311,7 @@ state.Tosa {
- name 'Capture 20dB Boost Switch'
- value true
- }
-- control.35 {
-+ control.36 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -309,7 +319,7 @@ state.Tosa {
- name 'Capture to Phone 20dB Boost Switch'
- value true
- }
-- control.36 {
-+ control.37 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -317,7 +327,7 @@ state.Tosa {
- name '3D Upper Cut-off Switch'
- value false
- }
-- control.37 {
-+ control.38 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -325,7 +335,7 @@ state.Tosa {
- name '3D Lower Cut-off Switch'
- value false
- }
-- control.38 {
-+ control.39 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -334,7 +344,7 @@ state.Tosa {
- name '3D Playback Volume'
- value 0
- }
-- control.39 {
-+ control.40 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -344,7 +354,7 @@ state.Tosa {
- name 'Bass Control'
- value 'Adaptive Boost'
- }
-- control.40 {
-+ control.41 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -352,7 +362,7 @@ state.Tosa {
- name 'Bass Cut-off Switch'
- value true
- }
-- control.41 {
-+ control.42 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -360,7 +370,7 @@ state.Tosa {
- name 'Tone Cut-off Switch'
- value false
- }
-- control.42 {
-+ control.43 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -368,7 +378,7 @@ state.Tosa {
- name 'Playback Attenuate (-6dB) Switch'
- value false
- }
-- control.43 {
-+ control.44 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -377,7 +387,7 @@ state.Tosa {
- name 'Bass Volume'
- value 8
- }
-- control.44 {
-+ control.45 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -386,7 +396,7 @@ state.Tosa {
- name 'Treble Volume'
- value 5
- }
-- control.45 {
-+ control.46 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -394,7 +404,7 @@ state.Tosa {
- name 'Capture ADC Switch'
- value false
- }
-- control.46 {
-+ control.47 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 2
-@@ -405,17 +415,17 @@ state.Tosa {
- value.0 '+0.75dB Steps'
- value.1 '+0.75dB Steps'
- }
-- control.47 {
-+ control.48 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 2
- comment.range '0 - 63'
- iface MIXER
- name 'Capture Volume'
-- value.0 63
-- value.1 63
-+ value.0 0
-+ value.1 0
- }
-- control.48 {
-+ control.49 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -423,7 +433,7 @@ state.Tosa {
- name 'Capture ZC Switch'
- value false
- }
-- control.49 {
-+ control.50 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -432,7 +442,7 @@ state.Tosa {
- name 'Mic 1 Volume'
- value 23
- }
-- control.50 {
-+ control.51 {
- comment.access 'read write'
- comment.type INTEGER
- comment.count 1
-@@ -441,7 +451,7 @@ state.Tosa {
- name 'Mic 2 Volume'
- value 23
- }
-- control.51 {
-+ control.52 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -449,7 +459,7 @@ state.Tosa {
- name 'Mic 20dB Boost Switch'
- value false
- }
-- control.52 {
-+ control.53 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -457,7 +467,7 @@ state.Tosa {
- name 'Speaker Mixer PCBeep Bypass Swi'
- value false
- }
-- control.53 {
-+ control.54 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -465,7 +475,7 @@ state.Tosa {
- name 'Speaker Mixer Aux Playback Swit'
- value false
- }
-- control.54 {
-+ control.55 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -473,7 +483,7 @@ state.Tosa {
- name 'Speaker Mixer Phone Bypass Swit'
- value false
- }
-- control.55 {
-+ control.56 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -481,7 +491,7 @@ state.Tosa {
- name 'Speaker Mixer Line Bypass Switc'
- value false
- }
-- control.56 {
-+ control.57 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -489,7 +499,7 @@ state.Tosa {
- name 'Speaker Mixer PCM Playback Swit'
- value true
- }
-- control.57 {
-+ control.58 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -497,7 +507,7 @@ state.Tosa {
- name 'Phone Mixer PCBeep Bypass Switc'
- value false
- }
-- control.58 {
-+ control.59 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -505,7 +515,7 @@ state.Tosa {
- name 'Phone Mixer Aux Playback Switch'
- value false
- }
-- control.59 {
-+ control.60 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -513,7 +523,7 @@ state.Tosa {
- name 'Phone Mixer Line Bypass Switch'
- value false
- }
-- control.60 {
-+ control.61 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -521,7 +531,7 @@ state.Tosa {
- name 'Phone Mixer PCM Playback Switch'
- value false
- }
-- control.61 {
-+ control.62 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -529,7 +539,7 @@ state.Tosa {
- name 'Phone Mixer Mic 1 Sidetone Swit'
- value false
- }
-- control.62 {
-+ control.63 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
-@@ -537,55 +547,103 @@ state.Tosa {
- name 'Phone Mixer Mic 2 Sidetone Swit'
- value false
- }
-- control.63 {
-+ control.64 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'HP Mixer PCBeep Bypass Switch'
-+ name 'Right HP Mixer PCBeep Bypass Sw'
- value false
- }
-- control.64 {
-+ control.65 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'HP Mixer Aux Playback Switch'
-+ name 'Right HP Mixer Aux Playback Swi'
- value false
- }
-- control.65 {
-+ control.66 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'HP Mixer Phone Bypass Switch'
-+ name 'Right HP Mixer Phone Bypass Swi'
- value false
- }
-- control.66 {
-+ control.67 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'HP Mixer Line Bypass Switch'
-+ name 'Right HP Mixer Line Bypass Swit'
- value false
- }
-- control.67 {
-+ control.68 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'HP Mixer PCM Playback Switch'
-+ name 'Right HP Mixer PCM Playback Swi'
- value true
- }
-- control.68 {
-+ control.69 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'HP Mixer Mic Sidetone Switch'
-+ name 'Right HP Mixer Mic Sidetone Swi'
- value false
- }
-- control.69 {
-+ control.70 {
-+ comment.access 'read write'
-+ comment.type BOOLEAN
-+ comment.count 1
-+ iface MIXER
-+ name 'Left HP Mixer PCBeep Bypass Swi'
-+ value false
-+ }
-+ control.71 {
-+ comment.access 'read write'
-+ comment.type BOOLEAN
-+ comment.count 1
-+ iface MIXER
-+ name 'Left HP Mixer Aux Playback Swit'
-+ value false
-+ }
-+ control.72 {
-+ comment.access 'read write'
-+ comment.type BOOLEAN
-+ comment.count 1
-+ iface MIXER
-+ name 'Left HP Mixer Phone Bypass Swit'
-+ value false
-+ }
-+ control.73 {
-+ comment.access 'read write'
-+ comment.type BOOLEAN
-+ comment.count 1
-+ iface MIXER
-+ name 'Left HP Mixer Line Bypass Switc'
-+ value false
-+ }
-+ control.74 {
-+ comment.access 'read write'
-+ comment.type BOOLEAN
-+ comment.count 1
-+ iface MIXER
-+ name 'Left HP Mixer PCM Playback Swit'
-+ value true
-+ }
-+ control.75 {
-+ comment.access 'read write'
-+ comment.type BOOLEAN
-+ comment.count 1
-+ iface MIXER
-+ name 'Left HP Mixer Mic Sidetone Swit'
-+ value false
-+ }
-+ control.76 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -595,7 +653,7 @@ state.Tosa {
- name 'Differential Source'
- value Mic
- }
-- control.70 {
-+ control.77 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -607,7 +665,7 @@ state.Tosa {
- name 'Mic Select Source'
- value Differential
- }
-- control.71 {
-+ control.78 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -623,7 +681,7 @@ state.Tosa {
- name 'Right Capture Select'
- value Mic
- }
-- control.72 {
-+ control.79 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -639,7 +697,7 @@ state.Tosa {
- name 'Left Capture Select'
- value Mic
- }
-- control.73 {
-+ control.80 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -651,7 +709,7 @@ state.Tosa {
- name 'Capture Phone Mux'
- value Mute
- }
-- control.74 {
-+ control.81 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -659,9 +717,9 @@ state.Tosa {
- comment.item.1 'Headphone Mix'
- iface MIXER
- name 'Speaker Mux'
-- value 'Headphone Mix'
-+ value 'Speaker Mix'
- }
-- control.75 {
-+ control.82 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -673,7 +731,7 @@ state.Tosa {
- name 'Out3 Mux'
- value Left
- }
-- control.76 {
-+ control.83 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -685,7 +743,7 @@ state.Tosa {
- name 'ALC Sidetone Mux'
- value Stereo
- }
-- control.77 {
-+ control.84 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-@@ -696,17 +754,16 @@ state.Tosa {
- comment.item.4 Off
- iface MIXER
- name 'Jack Function'
-- value Headphone
-+ value Off
- }
-- control.78 {
-+ control.85 {
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-- comment.item.0 Auto
-- comment.item.1 On
-- comment.item.2 Off
-+ comment.item.0 On
-+ comment.item.1 Off
- iface MIXER
- name 'Speaker Function'
-- value Auto
-+ value On
- }
- }
diff --git a/packages/zaurusd/files/alsa-cxx00-default.state.patch b/packages/zaurusd/files/alsa-cxx00-default.state.patch
deleted file mode 100644
index b7a149be00..0000000000
--- a/packages/zaurusd/files/alsa-cxx00-default.state.patch
+++ /dev/null
@@ -1,301 +0,0 @@
-http://bugs.openembedded.net/show_bug.cgi?id=2617
-- Fixes default ALSA state for SL-Cxx00.
- * Treble level reflects kernel fix alsa-wm8750-treble.patch (>2.6.24).
- * Increased Mic Levels and Boost.
- * Enabled Capture Switch.
- * Improved Headphones / Speaker volume balance.
- * 3D Mode changed to "Playback" (still Off by default).
- * Disabled all bypasses.
- * All Mono signals decreased to 0 (not connected).
- * Line Mux changed to differential, keeping PGA unused.
- * Using Digital mono for recording (jack supports ony mono).
- * Enabled Automatic Level Control, optimized for voice recording.
- * Enabled Zero Cross volume changes.
-- Do not alter incorrect mixer levels by zaurus-mixer-callback.
-
-Index: zaurusd/config/alsa/cxx00-default.state
-===================================================================
---- zaurusd.orig/config/alsa/cxx00-default.state 2006-06-28 08:45:07.000000000 +0000
-+++ zaurusd/config/alsa/cxx00-default.state 2007-11-27 23:06:43.000000000 +0000
-@@ -6,8 +6,8 @@
- comment.range '0 - 63'
- iface MIXER
- name 'Capture Volume'
-- value.0 23
-- value.1 23
-+ value.0 48
-+ value.1 48
- }
- control.2 {
- comment.access 'read write'
-@@ -15,8 +15,8 @@
- comment.count 2
- iface MIXER
- name 'Capture ZC Switch'
-- value.0 false
-- value.1 false
-+ value.0 true
-+ value.1 true
- }
- control.3 {
- comment.access 'read write'
-@@ -24,26 +24,26 @@
- comment.count 2
- iface MIXER
- name 'Capture Switch'
-- value.0 false
-- value.1 false
-+ value.0 true
-+ value.1 true
- }
- control.4 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 2
- iface MIXER
-- name 'Out1 Playback ZC Switch'
-- value.0 false
-- value.1 false
-+ name 'Headphone Playback ZC Switch'
-+ value.0 true
-+ value.1 true
- }
- control.5 {
- comment.access 'read write'
- comment.type BOOLEAN
- comment.count 2
- iface MIXER
-- name 'Out2 Playback ZC Switch'
-- value.0 false
-- value.1 false
-+ name 'Speaker Playback ZC Switch'
-+ value.0 true
-+ value.1 true
- }
- control.6 {
- comment.access 'read write'
-@@ -92,8 +92,8 @@
- comment.range '0 - 255'
- iface MIXER
- name 'PCM Volume'
-- value.0 255
-- value.1 255
-+ value.0 220
-+ value.1 220
- }
- control.11 {
- comment.access 'read write'
-@@ -131,7 +131,7 @@
- comment.range '0 - 15'
- iface MIXER
- name 'Treble Volume'
-- value 15
-+ value 0
- }
- control.15 {
- comment.access 'read write'
-@@ -188,7 +188,7 @@
- comment.item.1 Playback
- iface MIXER
- name '3D Mode'
-- value Capture
-+ value Playback
- }
- control.21 {
- comment.access 'read write'
-@@ -226,7 +226,7 @@
- comment.count 1
- iface MIXER
- name 'ALC Capture ZC Switch'
-- value false
-+ value true
- }
- control.25 {
- comment.access 'read write'
-@@ -235,7 +235,7 @@
- comment.range '0 - 15'
- iface MIXER
- name 'ALC Capture Hold Time'
-- value 0
-+ value 9
- }
- control.26 {
- comment.access 'read write'
-@@ -244,7 +244,7 @@
- comment.range '0 - 15'
- iface MIXER
- name 'ALC Capture Decay Time'
-- value 3
-+ value 9
- }
- control.27 {
- comment.access 'read write'
-@@ -253,7 +253,7 @@
- comment.range '0 - 15'
- iface MIXER
- name 'ALC Capture Attack Time'
-- value 2
-+ value 3
- }
- control.28 {
- comment.access 'read write'
-@@ -306,7 +306,7 @@
- comment.count 1
- iface MIXER
- name 'ZC Timeout Switch'
-- value false
-+ value true
- }
- control.34 {
- comment.access 'read write'
-@@ -321,7 +321,7 @@
- comment.type BOOLEAN
- comment.count 1
- iface MIXER
-- name 'Right Out2 Playback Invert Switch'
-+ name 'Right Speaker Playback Invert Switch'
- value true
- }
- control.36 {
-@@ -331,8 +331,8 @@
- comment.range '0 - 3'
- iface MIXER
- name 'Mic Boost'
-- value.0 2
-- value.1 2
-+ value.0 3
-+ value.1 3
- }
- control.37 {
- comment.access 'read write'
-@@ -341,8 +341,8 @@
- comment.range '0 - 7'
- iface MIXER
- name 'Bypass Left Playback Volume'
-- value.0 2
-- value.1 2
-+ value.0 0
-+ value.1 0
- }
- control.38 {
- comment.access 'read write'
-@@ -361,8 +361,8 @@
- comment.range '0 - 7'
- iface MIXER
- name 'Bypass Mono Playback Volume'
-- value.0 2
-- value.1 2
-+ value.0 0
-+ value.1 0
- }
- control.40 {
- comment.access 'read write'
-@@ -378,9 +378,9 @@
- comment.count 2
- comment.range '0 - 127'
- iface MIXER
-- name 'Out1 Playback Volume'
-- value.0 120
-- value.1 120
-+ name 'Headphone Playback Volume'
-+ value.0 105
-+ value.1 105
- }
- control.42 {
- comment.access 'read write'
-@@ -388,9 +388,9 @@
- comment.count 2
- comment.range '0 - 127'
- iface MIXER
-- name 'Out2 Playback Volume'
-- value.0 119
-- value.1 119
-+ name 'Speaker Playback Volume'
-+ value.0 127
-+ value.1 127
- }
- control.43 {
- comment.access 'read write'
-@@ -399,7 +399,7 @@
- comment.range '0 - 127'
- iface MIXER
- name 'Mono Playback Volume'
-- value 121
-+ value 0
- }
- control.44 {
- comment.access 'read write'
-@@ -411,7 +411,7 @@
- comment.item.3 'Digital Mono'
- iface MIXER
- name 'Right ADC Mux'
-- value 'Mono (Left)'
-+ value 'Digital Mono'
- }
- control.45 {
- comment.access 'read write'
-@@ -423,7 +423,7 @@
- comment.item.3 'Digital Mono'
- iface MIXER
- name 'Left ADC Mux'
-- value 'Mono (Left)'
-+ value 'Digital Mono'
- }
- control.46 {
- comment.access 'read write'
-@@ -471,7 +471,7 @@
- comment.item.4 Differential
- iface MIXER
- name 'Left Line Mux'
-- value PGA
-+ value Differential
- }
- control.50 {
- comment.access 'read write'
-@@ -610,9 +610,8 @@
- comment.access 'read write'
- comment.type ENUMERATED
- comment.count 1
-- comment.item.0 Auto
-- comment.item.1 On
-- comment.item.2 Off
-+ comment.item.0 On
-+ comment.item.1 Off
- iface MIXER
- name 'Speaker Function'
- value On
-Index: zaurusd/scripts/zaurus-mixer-callback.in
-===================================================================
---- zaurusd.orig/scripts/zaurus-mixer-callback.in 2007-11-27 23:32:45.000000000 +0000
-+++ zaurusd/scripts/zaurus-mixer-callback.in 2007-11-27 23:36:54.000000000 +0000
-@@ -16,8 +16,6 @@
- JACK="$1"
- SPK="$2"
- LEFT="true"
--RLPLAYBACK="false"
--RLBYPASS="false"
-
- case $SPK in
- "On")
-@@ -37,8 +35,6 @@
- ;;
- "Headset" | "Mic" | "Line")
- LEFT="false"
-- RLPLAYBACK="true"
-- RLBYPASS="true"
- SPK="Off"
- ;;
- *)
-@@ -58,12 +54,6 @@
- }; /Speaker Function/ {
- N
- s:\(Speaker Function.*\n.*value \).*$:\1$SPK:
--}; /Right Mixer Left Playback/ {
--N
--s:\(Right Mixer Left Playback.*\n.*value \).*$:\1$RLPLAYBACK:
--}; /Right Mixer Left Bypass/ {
--N
--s:\(Right Mixer Left Bypass.*\n.*value \).*$:\1$RLBYPASS:
- }; /Left Mixer Playback/ {
- N
- s:\(Left Mixer Playback.*\n.*value \).*$:\1$LEFT:
diff --git a/packages/zaurusd/files/disable-alsa-handling.patch b/packages/zaurusd/files/disable-alsa-handling.patch
deleted file mode 100644
index 8f1879db