All of lore.kernel.org
 help / color / mirror / Atom feed
* 0.9.0rc8b alsa-driver and alsa-lib packages
@ 2003-03-05 21:02 Jaroslav Kysela
  2003-03-06 13:44 ` alsa-kernel oss part warnings Andrei Boros
  0 siblings, 1 reply; 2+ messages in thread
From: Jaroslav Kysela @ 2003-03-05 21:02 UTC (permalink / raw)
  To: ALSA development

Hi all,

	I've just released compilation fixes for driver and library. The 
main change in library is that the pcm jack plugin is separated now and 
must be build manually in the alsa-lib/src/pcm/ext directory to avoid 
circular dependency jack <-> alsa-lib. The jack plugin installs itself to 
the /usr/lib/alsa-lib directory. Probably, I'll move some other plugins to 
this directory, too. Like: pcm_share, pcm_meter, pcm_dmix, pcm_adpcm, 
pcm_null, pcm_file, pcm_ladspa, pcm_shm.
	I'm going to release 0.9.0 final on Friday.

					Have fun,
						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: alsa-kernel oss part warnings
  2003-03-05 21:02 0.9.0rc8b alsa-driver and alsa-lib packages Jaroslav Kysela
@ 2003-03-06 13:44 ` Andrei Boros
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei Boros @ 2003-03-06 13:44 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: ALSA development


On 2.2.23 kernel I get a lot of warnings  like : 
They don't seem to be serious, thougth I'd mention it. 

------------------------------------------------------------------------------------
gcc -D__KERNEL__ -DMODULE=1
-I/serve/install/alsa-cvs/alsa-driver/include  -I/usr/src/linux/include
-O2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD 
-DKBUILD_BASENAME=rate   -c -o rate.o rate.c
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:
In function `resample_expand':
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:73:
warning: `S1' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:73:
warning: `S2' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:74:
warning: `src' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:74:
warning: `dst' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:75:
warning: `channel' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:76:
warning: `src_step' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:76:
warning: `dst_step' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:77:
warning: `src_frames1' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:77:
warning: `dst_frames1' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:
In function `resample_shrink':
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:161:
warning: `S1' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:161:
warning: `S2' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:162:
warning: `src' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:162:
warning: `dst' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:164:
warning: `src_step' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:164:
warning: `dst_step' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:165:
warning: `src_frames1' might be used uninitialized in this function
/serve/install/alsa-cvs/alsa-driver/include/../alsa-kernel/core/oss/rate.c:165:
warning: `dst_frames1' might be used uninitialized in this function


-- 
ing. Andrei Boros
mailto:andrei@srr.ro / +40-21-303-1870
Centrul pt. Tehnologia Informatiei
Societatea Romana de Radiodifuziune


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-06 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05 21:02 0.9.0rc8b alsa-driver and alsa-lib packages Jaroslav Kysela
2003-03-06 13:44 ` alsa-kernel oss part warnings Andrei Boros

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.