[alsa-devel] Patch for alsa-info.sh to include stderr of some tools
27 Apr
2008
27 Apr
'08
11:36 a.m.
Here is a small patch for the alsa-info.sh tool, now the stderr isnt trown away.
-- Kristoffer 'spq' Janke
3c3 < SCRIPT_VERSION=0.4.41 ---
SCRIPT_VERSION=0.4.42
80c80 < aplay -l >> $FILE ---
aplay -l >> $FILE 2>&1
84c84 < arecord -l >> $FILE ---
arecord -l >> $FILE 2>&1
105c105 < amixer -c$i>> $FILE ---
amixer -c$i >> $FILE 2>&1
30 Apr
30 Apr
12:48 p.m.
New subject: [alsa-devel] Patch for alsa-info.sh to include stderr of some tools
At Sun, 27 Apr 2008 13:36:14 +0200, Kristoffer Janke wrote:
Here is a small patch for the alsa-info.sh tool, now the stderr isnt trown away.
Thanks, applied to HG tree now. BTW, please use a unified diff (diff -u) at the next time. It's the standard format as a patch.
Takashi
6045
Age (days ago)
6048
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kristoffer Janke
-
Takashi Iwai