FS#19314 - [alsa-utils] rc.d/alsa: write to /dev/dsp only if it exists
Attached to Project:
Arch Linux
Opened by Jan Alexander Steffens (heftig) - Saturday, 01 May 2010, 14:13 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 02 May 2010, 14:42 GMT
Opened by Jan Alexander Steffens (heftig) - Saturday, 01 May 2010, 14:13 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 02 May 2010, 14:42 GMT
|
Details
The rc script will write to /dev/dsp if power saving is
enabled. However, it will also do so if the file does not
exist, mistakingly creating it.
Please replace echo 1 > /dev/dsp with [ -c /dev/dsp ] && echo 1 > /dev/dsp Additional info: alsa-utils 1.0.23-1 |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Sunday, 02 May 2010, 14:42 GMT
Reason for closing: Fixed
Additional comments about closing: 1.0.23-2
Sunday, 02 May 2010, 14:42 GMT
Reason for closing: Fixed
Additional comments about closing: 1.0.23-2