comparison src/alsa/init.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents 42a5c9d5830b
children 769e17da93dd
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 */ 18 */
19 #include <glib.h> 19 #include <glib.h>
20 #include <audacious/main.h>
21 #include "alsa.h" 20 #include "alsa.h"
22 #include <dlfcn.h> 21 #include <dlfcn.h>
23 #include <ctype.h> 22 #include <ctype.h>
24 23
25 struct alsa_config alsa_cfg; 24 struct alsa_config alsa_cfg;