mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
ALSA: usb-audio: Add missing kconfig dependecy
commit4fa71c1550upstream. The commit44dcbbb1cdintroduced the usage of bitreverse helpers but forgot to add the dependency. This patch adds the selection for CONFIG_BITREVERSE. Fixes:44dcbbb1cd('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>
This commit is contained in:
parent
02599bad37
commit
c3d49ed21d
|
|
@ -14,6 +14,7 @@ config SND_USB_AUDIO
|
|||
select SND_HWDEP
|
||||
select SND_RAWMIDI
|
||||
select SND_PCM
|
||||
select BITREVERSE
|
||||
help
|
||||
Say Y here to include support for USB audio and USB MIDI
|
||||
devices.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user