ALSA: ctxfi - Remove PAGE_SIZE limitation
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2009 13:04:29 +0000 (15:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Jun 2009 13:54:46 +0000 (15:54 +0200)
Remove the limitation of PAGE_SIZE to be 4k by defining the own
page size and macros for 4k.  8kb page size could be natively supported,
but it's disabled right now for simplicity.

Also, clean up using upper_32_bits() macro.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/Kconfig
sound/pci/ctxfi/cthw20k1.c
sound/pci/ctxfi/cthw20k2.c
sound/pci/ctxfi/ctvmem.c
sound/pci/ctxfi/ctvmem.h

index 2d7fef5..3a7640f 100644 (file)
@@ -277,7 +277,6 @@ config SND_CS5535AUDIO
 
 config SND_CTXFI
        tristate "Creative Sound Blaster X-Fi"
-       depends on X86
        select SND_PCM
        help
          If you want to use soundcards based on Creative Sound Blastr X-Fi
Simple merge
Simple merge
Simple merge
Simple merge