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)
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>

No differences found