commit | 503fc85a3b15b0e939ad9672e376ffc9c4840591 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Sep 11 00:35:06 2007 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Tue Oct 16 16:49:28 2007 +0200 |
tree | 500a3e9768b1625bb478edc4ec5d03906b60dc2b | |
parent | b9f09a485937d9c3fb524b2fa140fee1d94856d0 [diff] |
[ALSA] Kill useless volatile in pcm.h The volatile prefix is just useless there. Let's kill them, and then gcc will be happier, too. sound/acore/pcm.c:867: warning: passing argument 1 of ‘__constant_c_and_count_memset’ discards qualifiers from pointer target type Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>