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