commit | a99606d25eb6981e13d332e18774e203ded66709 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Sep 24 09:44:18 2008 +0200 |
committer | Jaroslav Kysela <perex@perex.cz> | Fri Oct 10 13:41:30 2008 +0200 |
tree | d6338505327f0722c791e50bc7f34e57cbd8b823 | |
parent | fedb7569100ac858bea7954d82c74e5561bf2c03 [diff] |
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>