Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=706568967c7d99a5975b2a21aacd791dc838ea8c
Commit:     706568967c7d99a5975b2a21aacd791dc838ea8c
Parent:     f95474ec05106a2af46220fbf8624adc17fcb3e7
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 10 11:34:32 2007 +0200
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 11:11:49 2007 +0200

    [ALSA] fix SND_CS5530=y, ISA=n compilation
    
    This patch fixes the following compile error with
    CONFIG_SND_CS5530=y, CONFIG_ISA=n:
    <--  snip  -->
    ...
      LD      .tmp_vmlinux1
    sound/built-in.o: In function 'snd_sb16_capture_trigger':
    sb16_main.c:(.text+0x212ad): undefined reference to 'snd_sbdsp_command'
    sb16_main.c:(.text+0x212cc): undefined reference to 'snd_sbdsp_command'
    sb16_main.c:(.text+0x212f7): undefined reference to 'snd_sbdsp_command'
    sound/built-in.o: In function 'snd_sb16_playback_trigger':
    sb16_main.c:(.text+0x2136d): undefined reference to 'snd_sbdsp_command'
    sb16_main.c:(.text+0x2138c): undefined reference to 'snd_sbdsp_command'
    ...
    <--  snip  -->
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/isa/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index b90ddab..ea5084a 100644
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@ -1,8 +1,5 @@
 # ALSA ISA drivers
 
-menu "ISA devices"
-       depends on SND!=n && ISA && ISA_DMA_API
-
 config SND_AD1848_LIB
         tristate
         select SND_PCM
@@ -24,6 +21,9 @@ config SND_SB16_DSP
         select SND_PCM
         select SND_SB_COMMON
 
+menu "ISA devices"
+       depends on SND!=n && ISA && ISA_DMA_API
+
 config SND_ADLIB
        tristate "AdLib FM card"
        depends on SND
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to