commit | 85f71932e5f22c8f4a28e09b2c27083839aa5bed | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Apr 13 12:41:54 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Apr 13 12:41:54 2012 +0200 |
tree | ccac135799248f8caa314352f30c83b74c271cf6 | |
parent | c5ee4ec82801d11c67836565539acd3b47100208 [diff] |
ALSA: usb: Fix fill_max flag set ep->fill_max is a 1 bit flag, thus it has to be boolean. sound/usb/endpoint.c: In function 'snd_usb_endpoint_set_params': sound/usb/endpoint.c:785: warning: overflow in implicit constant conversion Signed-off-by: Takashi Iwai <tiwai@suse.de>