git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fedb756
)
ALSA: Remove bitwise from snd_pcm_hw_param_t
author
Takashi Iwai
<tiwai@suse.de>
Wed, 24 Sep 2008 07:44:18 +0000
(09:44 +0200)
committer
Jaroslav 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