fix bnc#549905
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=42
This commit is contained in:
parent
4f57addeb6
commit
984500aa88
@ -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
|
Wed Sep 9 14:45:03 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -77,11 +77,7 @@ load_sequencer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_drivers() {
|
get_drivers() {
|
||||||
if [ -f /etc/modprobe.d/sound ]; then
|
/sbin/modprobe -c | \
|
||||||
cat /etc/modprobe.d/sound
|
|
||||||
else
|
|
||||||
/sbin/modprobe -c
|
|
||||||
fi | \
|
|
||||||
grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | sort | \
|
grep -E "^[[:space:]]*alias[[:space:]]+snd-card-[[:digit:]]" | sort | \
|
||||||
while read a b card; do
|
while read a b card; do
|
||||||
echo $card
|
echo $card
|
||||||
|
Loading…
x
Reference in New Issue
Block a user