[asterisk-commits] file: trunk r86067 -	/trunk/channels/chan_usbradio.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Oct 17 10:30:56 CDT 2007
    
    
  
Author: file
Date: Wed Oct 17 10:30:55 2007
New Revision: 86067
URL: http://svn.digium.com/view/asterisk?view=rev&rev=86067
Log:
Change dependency for chan_usbradio to asound. Let's keep everything uniform.
(closes issue #11013)
Reported by: seanbright
Modified:
    trunk/channels/chan_usbradio.c
Modified: trunk/channels/chan_usbradio.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_usbradio.c?view=diff&rev=86067&r1=86066&r2=86067
==============================================================================
--- trunk/channels/chan_usbradio.c (original)
+++ trunk/channels/chan_usbradio.c Wed Oct 17 10:30:55 2007
@@ -33,7 +33,7 @@
  */
 
 /*** MODULEINFO
-	<depend>alsa</depend>
+	<depend>asound</depend>
 	<depend>usb</depend>
 	<defaultenabled>no</defaultenabled>
  ***/
    
    
More information about the asterisk-commits
mailing list