]> git.alsa-project.org Git - alsa-lib.git/commit
Fix gcc compile warnings
authorTakashi Iwai <tiwai@suse.de>
Thu, 25 Oct 2007 13:34:43 +0000 (15:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 25 Oct 2007 13:34:43 +0000 (15:34 +0200)
commit9eb272c753e2d376be87433b2428f69c24a4bccb
treea6a8c16ca48541032713a65474db05d444a137a8
parentf38e5feca3723603beea79c8f78e39414ff66bbd
Fix gcc compile warnings

Fix gcc compile warnings with nasty const cast.  Let's use simply macros
instead of inline functions.  It's just an array access after all...
src/pcm/pcm_params.c