Commit 9056412f21bb6b76ceb98329409a958198b2d591

Authored by Randy Dunlap
Committed by Jaroslav Kysela
1 parent 954fa19ab7

[ALSA] sound: align device drivers menus

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 <tiwai@suse.de>.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 2 changed files with 8 additions and 8 deletions Side-by-side Diff

... ... @@ -48,14 +48,6 @@
48 48  
49 49 For more information, see <http://www.alsa-project.org/>
50 50  
51   -config SND_AC97_CODEC
52   - tristate
53   - select SND_PCM
54   - select SND_AC97_BUS
55   -
56   -config SND_AC97_BUS
57   - tristate
58   -
59 51 source "sound/core/Kconfig"
60 52  
61 53 source "sound/drivers/Kconfig"
sound/drivers/Kconfig
... ... @@ -23,6 +23,14 @@
23 23 select SND_HWDEP
24 24 select SND_PCM
25 25  
  26 +config SND_AC97_CODEC
  27 + tristate
  28 + select SND_PCM
  29 + select SND_AC97_BUS
  30 +
  31 +config SND_AC97_BUS
  32 + tristate
  33 +
26 34  
27 35 config SND_DUMMY
28 36 tristate "Dummy (/dev/null) soundcard"