Magellan Linux

Annotation of /trunk/openal/patches/openal-20060211-alsa-default.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 371 byte(s)
-import

1 niro 153 --- openal-0.0.8/src/backends/alc_backend_alsa.c.ori 2006-09-29 12:48:06.000000000 -0400
2     +++ openal-0.0.8/src/backends/alc_backend_alsa.c 2006-09-29 12:48:17.000000000 -0400
3     @@ -153,7 +153,7 @@
4     }
5    
6     /* alsa stuff */
7     -#define DEFAULT_DEVICE "plughw:0,0"
8     +#define DEFAULT_DEVICE "default:0,0"
9    
10     /* convert from AL to ALSA format */
11     static int AL2ALSAFMT(ALenum format);