ALSA: usb-audio: Add missing kconfig dependecy
authorTakashi Iwai <tiwai@suse.de>
Mon, 3 Feb 2014 08:37:59 +0000 (09:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Feb 2014 19:08:00 +0000 (11:08 -0800)
commit29de41db3c53a901135efeb4aa8b757fec568838
tree9f23fb35f655a871fe1f9aa844da462f10b8cefc
parentf5a8dbc0657dd9bf88198e0588c47b0d10d81a2e
ALSA: usb-audio: Add missing kconfig dependecy

commit 4fa71c1550a857ff1dbfe9e99acc1f4cfec5f0d0 upstream.

The commit 44dcbbb1cd61 introduced the usage of bitreverse helpers but
forgot to add the dependency.  This patch adds the selection for
CONFIG_BITREVERSE.

Fixes: 44dcbbb1cd61 ('ALSA: snd-usb: add support for bit-reversed byte formats')
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/Kconfig