Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fa71c15 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: usb-audio: Add missing kconfig dependecy



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

Fixes: 44dcbbb1 ('ALSA: snd-usb: add support for bit-reversed byte formats')
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 38dbfb59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.