commit | 85926e0fe8b48fe6227614ddc3a1cb41c0a3c51a | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Oct 30 15:06:13 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Oct 30 15:42:32 2014 +0100 |
tree | b5b852c2a78c121b7b7b0395480e897c50b8850e | |
parent | 30b771cf8c3120c5c946811ecc5a9b87a34003a2 [diff] |
ALSA: pcm: Convert params_*() with static inline functions ... and add proper kerneldoc comments. There is no big reason to keep them as macros. Static inline functions are safer in general, and suitable for kerneldoc, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>