From: Takashi Iwai Date: Tue, 26 Jul 2011 10:02:56 +0000 (+0200) Subject: ALSA: Make pcm.h self-contained X-Git-Tag: v3.1-rc1~143^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51beb756aaf0770e4fa8bb2cb142888051aa356;p=pandora-kernel.git ALSA: Make pcm.h self-contained Move the macros depending on snd_mask_min() and co out of pcm.h into pcm_params.h. Otherwise using some params_*() macros will give comiple errors without inclusion of pcm_params.h. Also use hw_param_interval_c() and hw_param_mask_c() for const pointer. Reported-by: Tim Blechmann Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed