]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ALSA: Remove bitwise from snd_pcm_hw_param_t
authorTakashi Iwai <tiwai@suse.de>
Wed, 24 Sep 2008 07:44:18 +0000 (09:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 10 Oct 2008 11:41:30 +0000 (13:41 +0200)
commita99606d25eb6981e13d332e18774e203ded66709
treed6338505327f0722c791e50bc7f34e57cbd8b823
parentfedb7569100ac858bea7954d82c74e5561bf2c03
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 <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/sound/asound.h