[ALSA] Fix 'discards qualifiers' compile warnings in pcm.h
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Sep 2007 22:33:48 +0000 (00:33 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 14:49:27 +0000 (16:49 +0200)
Fixed cast messes in pcm.h.
    include/sound/pcm.h: In function ‘hw_param_interval_c’:
    include/sound/pcm.h:800: warning: passing argument 1 of ‘hw_param_interval’ discards qualifiers from pointer target type
Simply redefine the inline functions again for const pointers.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

No differences found