Takashi Iwai 2009-11-02 09:19:43 +00:00 committed by Git OBS Bridge
parent 4f57addeb6
commit 984500aa88
2 changed files with 7 additions and 5 deletions

View File

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