ALSA: usb-audio: do not initialize and check implicit_fb
authorEldad Zack <eldad@fogrefinery.com>
Sat, 3 Aug 2013 08:50:20 +0000 (10:50 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Aug 2013 08:51:11 +0000 (10:51 +0200)
commit95fec88332dbbe4344ffc1b564480402a89ee805
treef69bbc181b400e870ecbf578c3dadc0031a6a2a4
parentf34d0650133389c76e22e9f27e57b74ed9e2c042
ALSA: usb-audio: do not initialize and check implicit_fb

Since implicit_fb is not changed, !implicit_fb will always
be true - it is set only after these checks.
Similarly, there's also no need to set it at the top of the function.

Change the type of implicit_fb to bool (more appropriate).

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c