From: Takashi Iwai Date: Wed, 24 Sep 2008 07:44:18 +0000 (+0200) Subject: ALSA: Remove bitwise from snd_pcm_hw_param_t X-Git-Tag: v2.6.28-rc1~720^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99606d25eb6981e13d332e18774e203ded66709;p=pandora-kernel.git ALSA: Remove bitwise from snd_pcm_hw_param_t We have some arithmetic operations against snd_pcm_hw_param_t, thus bitwise isn't correct for it. Better to remove the flag to shut up sparse warnings. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed