OBS User autobuild 2009-11-02 11:34:32 +00:00 committed by Git OBS Bridge
parent 984500aa88
commit 3a5d4021a5
2 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Nov 2 10:18:56 CET 2009 - tiwai@suse.de
- remove references to obsolete modprobe.d/sound file in init
script (bnc#549905)
-------------------------------------------------------------------
Wed Sep 9 14:45:03 CEST 2009 - tiwai@suse.de

View File

@ -77,7 +77,11 @@ load_sequencer() {
}
get_drivers() {
/sbin/modprobe -c | \
if [ -f /etc/modprobe.d/sound ]; then
cat /etc/modprobe.d/sound
else
/sbin/modprobe -c
fi | \
grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | sort | \
while read a b card; do
echo $card