[oe-commits] org.oe.dev zaurusd: Fix a typo (?) in zaurus-mixer-callback, causing the speaker on spitz to always be turned off. This commit fixes output via speaker and headphones. Please review change on models != spitz as the problem could just as well have been caused by a driver bug.

coredump2 commit openembedded-commits at lists.openembedded.org
Tue Jun 5 03:37:40 UTC 2007


zaurusd: Fix a typo (?) in zaurus-mixer-callback, causing the speaker on spitz to always be turned off. This commit fixes output via speaker and headphones. Please review change on models != spitz as the problem could just as well have been caused by a driver bug.

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: c891266b18efb23d24ad3edfbbb81d2fdd246e13
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c891266b18efb23d24ad3edfbbb81d2fdd246e13
Files:
1
packages/zaurusd/files/zaurusd-mixer-callback.patch
packages/zaurusd/zaurusd_svn.bb
Diffs:

#
# mt diff -rc7ea143de9c97d83bb91fce2078a8cbc5b3847d9 -rc891266b18efb23d24ad3edfbbb81d2fdd246e13
#
# 
# 
# add_file "packages/zaurusd/files/zaurusd-mixer-callback.patch"
#  content [de26f226001c10241eac71d058092e2ad1ea1927]
# 
# patch "packages/zaurusd/zaurusd_svn.bb"
#  from [8b451c1c4b8d4de40888cbc057c5d8461b30aea1]
#    to [dad0843c0e28f2feef5ff6cf71783be4730b5917]
# 
============================================================
--- packages/zaurusd/files/zaurusd-mixer-callback.patch	de26f226001c10241eac71d058092e2ad1ea1927
+++ packages/zaurusd/files/zaurusd-mixer-callback.patch	de26f226001c10241eac71d058092e2ad1ea1927
@@ -0,0 +1,11 @@
+--- zaurusd/scripts/zaurus-mixer-callback.in.orig	2007-06-05 03:15:30.000000000 +0000
++++ zaurusd/scripts/zaurus-mixer-callback.in	2007-06-05 03:14:53.000000000 +0000
+@@ -16,7 +16,7 @@
+ JACK="$1"
+ SPK="$2"
+ LEFT="true"
+-RLPLAYBACK="false"
++RLPLAYBACK="true"
+ RLBYPASS="false"
+ 
+ case $SPK in
============================================================
--- packages/zaurusd/zaurusd_svn.bb	8b451c1c4b8d4de40888cbc057c5d8461b30aea1
+++ packages/zaurusd/zaurusd_svn.bb	dad0843c0e28f2feef5ff6cf71783be4730b5917
@@ -1,10 +1,10 @@ PV = "0.0+svn${SRCDATE}"
 DESCRIPTION = "Daemon to handle device specifc features."
 SECTION = "base"
 LICENSE = "GPL"
 DEPENDS = "tslib"
 RDEPENDS = "procps"
 PV = "0.0+svn${SRCDATE}"
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http \
            file://zaurus-hinge.in \
@@ -12,7 +12,8 @@ SRC_URI = "svn://svn.o-hand.com/repos/mi
 	   file://alsa-cxx00-default.state.patch;patch=1 \
 	   file://disable-alsa-handling.patch;patch=1 \
 	   file://zaurus-hinge.matchbox-portrait \	   
-	   file://zaurus-hinge.matchbox-landscape"
+	   file://zaurus-hinge.matchbox-landscape \
+	   file://zaurusd-mixer-callback.patch;patch=1"
 
 
 S = "${WORKDIR}/${PN}"






More information about the Openembedded-commits mailing list