From c40e8faafcc0daacda6d5375833500d452277c35 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 17 Nov 2003 18:32:52 +0000 Subject: [PATCH] - removed experimental codes. --- alsaconf/alsaconf.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/alsaconf/alsaconf.in b/alsaconf/alsaconf.in index c4de531..ecb5b82 100644 --- a/alsaconf/alsaconf.in +++ b/alsaconf/alsaconf.in @@ -419,16 +419,6 @@ build_card_db () { echo "ISAPNP: $id1$dev1=$id2$dev2" fi done < $MODDIR/modules.isapnpmap >> $1 - - while read driver id dev devs; do - if expr $driver : 'snd-.*' >/dev/null ; then - if [ "$last_driver" != "$driver" ]; then - echo $driver.o - last_driver=$driver - fi - echo "ISAPNP: $id=$dev" - fi - done < $MODDIR/modules.pnpmap >> $1 } # -- 2.47.1