ALSA: usb: Fix fill_max flag set
authorTakashi Iwai <tiwai@suse.de>
Fri, 13 Apr 2012 10:41:54 +0000 (12:41 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Apr 2012 10:41:54 +0000 (12:41 +0200)
commit85f71932e5f22c8f4a28e09b2c27083839aa5bed
treeccac135799248f8caa314352f30c83b74c271cf6
parentc5ee4ec82801d11c67836565539acd3b47100208
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>
sound/usb/endpoint.c