diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-05 03:30:28 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-05 03:30:28 +0000 |
commit | 49540898f9f6457636a85a452a9cb1d7bc253c66 (patch) | |
tree | ddb480f6a932f69856e7718e040a390497ed36e0 /packages/zaurusd/files | |
parent | 8a55be921673301bbc0150e5313c8b2b6b28d07e (diff) |
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.
Diffstat (limited to 'packages/zaurusd/files')
-rw-r--r-- | packages/zaurusd/files/zaurusd-mixer-callback.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/zaurusd/files/zaurusd-mixer-callback.patch b/packages/zaurusd/files/zaurusd-mixer-callback.patch new file mode 100644 index 0000000000..7c9455d042 --- /dev/null +++ b/packages/zaurusd/files/zaurusd-mixer-callback.patch @@ -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 |