Skip to content

Commit

Permalink
[ALSA] sound: align device drivers menus
Browse files Browse the repository at this point in the history
Modules: Sound Core,Generic 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.

Fixed for the latest ALSA tree by Takashi Iwai <[email protected]>.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
rddunlap authored and Jaroslav Kysela committed Jan 3, 2006
1 parent 954fa19 commit 9056412
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sound/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ 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"
Expand Down
8 changes: 8 additions & 0 deletions sound/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ config SND_VX_LIB
select SND_HWDEP
select SND_PCM

config SND_AC97_CODEC
tristate
select SND_PCM
select SND_AC97_BUS

config SND_AC97_BUS
tristate


config SND_DUMMY
tristate "Dummy (/dev/null) soundcard"
Expand Down

0 comments on commit 9056412

Please sign in to comment.