Patch for alsa-info.sh to include stderr of some tools

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux