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

Commit 4b0940f8 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jaroslav Kysela
Browse files

[ALSA] sound: align device drivers menus



Modules: Sound Core,PCI drivers

AC97 Kconfig entries broke the ALSA device drivers menu,
so move them to a location where that won't happen,
enabling all device sub-menus to be presented together.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2ba71978
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -48,6 +48,14 @@ config SND

	  For more information, see <http://www.alsa-project.org/>

config SND_AC97_CODEC
	tristate
	select SND_PCM
	select SND_AC97_BUS

config SND_AC97_BUS
	tristate

source "sound/core/Kconfig"

source "sound/drivers/Kconfig"
+0 −8
Original line number Diff line number Diff line
# ALSA PCI drivers

config SND_AC97_CODEC
	tristate
	select SND_PCM
	select SND_AC97_BUS

config SND_AC97_BUS
	tristate

menu "PCI devices"
	depends on SND!=n && PCI