[PC-BSD Commits] r1192 - pcbsd/trunk/SoundDetect
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 16 14:38:27 PST 2008
Author: carlos
Date: 2008-01-16 14:38:26 -0800 (Wed, 16 Jan 2008)
New Revision: 1192
Modified:
pcbsd/trunk/SoundDetect/sound_detect.c
Log:
error in update , i was updating xml even if i found a module
Modified: pcbsd/trunk/SoundDetect/sound_detect.c
===================================================================
--- pcbsd/trunk/SoundDetect/sound_detect.c 2008-01-16 19:55:09 UTC (rev 1191)
+++ pcbsd/trunk/SoundDetect/sound_detect.c 2008-01-16 22:38:26 UTC (rev 1192)
@@ -90,7 +90,6 @@
}else{
if(memcmp(kmodule,"snd_driver",10))
{
- if (called != ALREADY_CALLED)update_soundcards_xml();
printf("*** Great you have sound !!***\n");
printf("I have found a module for your card ! is : %s.\n",kmodule);
printf("i just have loaded the module for you !.\n");
More information about the Commits
mailing list