]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed typo
authorJaroslav Kysela <perex@perex.cz>
Tue, 18 Feb 2003 21:08:01 +0000 (21:08 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 18 Feb 2003 21:08:01 +0000 (21:08 +0000)
src/pcm/pcm_dmix.c

index c05edb615e4083d4159c397572acb09f74ecae93..f32f91303a948eea70ec68f361cb2c280ddb0eee 100644 (file)
@@ -653,7 +653,7 @@ static void mix_areas1(unsigned int size,
 #endif
 
 #ifndef ADD_AND_SATURATE
-#warning Please, recode add_and_saturate routine to your architecture...
+#warning Please, recode mix_areas1() routine to your architecture...
 static void mix_areas1(unsigned int size,
                       volatile signed short *dst, signed short *src,
                       volatile signed int *sum, unsigned int dst_step,