Hello community, here is the log from the commit of package alsa-tools for openSUSE:Factory checked in at 2014-07-02 15:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-tools (Old) and /work/SRC/openSUSE:Factory/.alsa-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes 2014-06-25 06:57:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes 2014-07-02 15:05:30.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 1 16:44:06 CEST 2014 - [email protected] + +- Backport upstream fix: + 0001-ld10k1-Fix-missing-parentheses-for-functions.patch + +------------------------------------------------------------------- New: ---- 0001-ld10k1-Fix-missing-parentheses-for-functions.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-tools.spec ++++++ --- /var/tmp/diff_new_pack.KVDvhT/_old 2014-07-02 15:05:31.000000000 +0200 +++ /var/tmp/diff_new_pack.KVDvhT/_new 2014-07-02 15:05:31.000000000 +0200 @@ -38,6 +38,7 @@ Source7: rme.png Source8: envy24.png # upstream fixes +Patch1: 0001-ld10k1-Fix-missing-parentheses-for-functions.patch # build fixes Patch100: alsa-tools-desktop-fix.dif Patch101: alsa-tools-no_m4_dir.dif @@ -82,6 +83,7 @@ %setup -q -a 2 -n %{name}-%{package_version} cp %{SOURCE1} . # upstream fixes +%patch1 -p1 # build fixes %patch100 -p1 %patch101 -p1 ++++++ 0001-ld10k1-Fix-missing-parentheses-for-functions.patch ++++++ >From 406f80c9685d5021363cfb52afa708132b77b222 Mon Sep 17 00:00:00 2001 From: Takashi Iwai <[email protected]> Date: Fri, 27 Jun 2014 16:48:33 +0200 Subject: [PATCH] ld10k1: Fix missing parentheses for functions The commit a1728250 removes bash-specific "function" but the necessary parentheses are missing. Signed-off-by: Takashi Iwai <[email protected]> --- ld10k1/setup/init_live.in | 54 +++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/ld10k1/setup/init_live.in b/ld10k1/setup/init_live.in index 5e6580f7c87f..7100061728a7 100644 --- a/ld10k1/setup/init_live.in +++ b/ld10k1/setup/init_live.in @@ -46,7 +46,7 @@ std_playback=playback std_capture=capture #std_capture=capture_noswitch -log +log () { local level=$1 @@ -57,7 +57,7 @@ log fi } -runlo10k1 +runlo10k1 () { log 2 $LO10K1 "$@" @@ -71,7 +71,7 @@ runlo10k1 fi } -rename +rename () { port=$1 name=$2 @@ -81,7 +81,7 @@ rename runlo10k1 --renam "$port=$name" } -connect +connect () { from=$1 op=$2 @@ -92,7 +92,7 @@ connect runlo10k1 --conadd "$from$op$to" } -copy +copy () { local name=$1 local port=$2 @@ -105,7 +105,7 @@ copy connect "PIN($name Copy)" '=' "$port" } -volume +volume () { local name=$1 local port=$2 @@ -120,7 +120,7 @@ volume connect "PIN($name Volume)" '=' "$port" } -master_volume +master_volume () { local name=$1 local port=$2 @@ -135,7 +135,7 @@ master_volume connect "$port" '=' "PIN($name Volume)" } -switch +switch () { local name=$1 local port=$2 @@ -150,7 +150,7 @@ switch connect "PIN($name Switch)" '>' "$port" } -switch_2x2 +switch_2x2 () { local name=$1 local port1=$2 @@ -166,7 +166,7 @@ switch_2x2 connect "PIN($name Switch,2,3)" '>' "$port2" } -switch_5x2 +switch_5x2 () { local name=$1 local port1=$2 @@ -182,7 +182,7 @@ switch_5x2 connect "PIN($name Switch,5,6,7,8,9)" '>' "$port2" } -master_switch +master_switch () { local name=$1 local port=$2 @@ -197,7 +197,7 @@ master_switch connect "PIN($name Switch)" '=' "$port" } -playback +playback () { name=$1 port=$2 @@ -211,7 +211,7 @@ playback add_output "POUT($name Playback Volume)" } -playback_noswitch +playback_noswitch () { name=$1 port=$2 @@ -224,7 +224,7 @@ playback_noswitch add_output "POUT($name Playback Volume)" } -capture +capture () { name=$1 port=$2 @@ -238,7 +238,7 @@ capture connect "POUT($name Capture Volume)" '>' "OUT(OUT_PCM_Capture_Left,OUT_PCM_Capture_Right)" } -capture_noswitch +capture_noswitch () { name=$1 port=$2 @@ -251,7 +251,7 @@ capture_noswitch connect "POUT($name Capture Volume)" '>' "OUT(OUT_PCM_Capture_Left,OUT_PCM_Capture_Right)" } -master +master () { local name=$1 local port=$2 @@ -264,7 +264,7 @@ master master_switch "$name Playback" "POUT($name Playback Volume)" 1 $index } -dump_patches +dump_patches () { max=$(( ${1} - 1 )) line=$(seq -s ' ' 0 $max) @@ -277,35 +277,35 @@ dump_patches exit } -add_output +add_output () { local port=$1 $add_output_func "$port" } -add_output_tone_2 +add_output_tone_2 () { local port=$1 connect "$port" '>' "PIN(Tone Control,0,1)" } -add_output_simple_2 +add_output_simple_2 () { local port=$1 connect "$port" '>' "PIN(Wave Simple Stereo To 51,0,1)" } -add_output_prologic_2 +add_output_prologic_2 () { local port=$1 connect "$port" '>' "PIN(Wave Prologic,0,1)" } -add_output_switched_2 +add_output_switched_2 () { local port=$1 @@ -314,7 +314,7 @@ add_output_switched_2 } -simple_stereo_to_51 +simple_stereo_to_51 () { local name=$1 local control=$2 @@ -330,7 +330,7 @@ simple_stereo_to_51 fi } -prologic +prologic () { local name=$1 local control=$2 @@ -351,7 +351,7 @@ prologic connect "POUT($name Prologic)" '=' "PIN($name Multi Volume,0,1,2,3,4,5)" } -tone +tone () { local name=$1 local port=$2 @@ -364,7 +364,7 @@ tone runlo10k1 -n --ctrl "c-bass0,bass1,bass2,bass3,bass4:$name - Bass,t-$name - Bass:2,v-$name - Bass:1,c-treble0,treble1,treble2,treble3,treble4:$name - Treble,t-$name - Treble:3,v-$name - Treble:1,c-toneonoff:$name - Switch,t-$name - Switch:4" --patch_name "${name}" -a tone.emu10k1 } -multi_playback +multi_playback () { local name=$1 local port=$2 @@ -383,7 +383,7 @@ multi_playback connect "POUT($name Multi Volume)" '>' "PIN(Tone Control)" } -fxbus +fxbus () { local name=$1 local enable_pcm_fx89=$2 -- 2.0.0 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
