01 Feb, 2008

2 commits

  • Fix section mismatch in caiaq: these __devinit functions can be
    called at any time so they should not be __devinit.
    WARNING: vmlinux.o(.text+0x10a8dae): Section mismatch: reference to .init.text:snd_usb_caiaq_audio_init (between 'setup_card' and 'create_card')
    WARNING: vmlinux.o(.text+0x10a8dd6): Section mismatch: reference to .init.text:snd_usb_caiaq_midi_init (between 'setup_card' and 'create_card')

    Signed-off-by: Randy Dunlap
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Randy Dunlap
     
  • This header file exists only for some hacks to adapt alsa-driver
    tree. It's useless for building in the kernel. Let's move a few
    lines in it to sound/core.h and remove it.
    With this patch, sound/driver.h isn't removed but has just a single
    compile warning to include it. This should be really killed in
    future.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     

11 May, 2007

1 commit

  • Add snd-usb-caiaq driver to support caiaq usb-audio devices from
    Native Instrument:
    * Native Instruments RigKontrol2
    * Native Instruments Kore Controller
    * Native Instruments Audio Kontrol 1
    * Native Instruments Audio 8 DJ

    Signed-off-by: Daniel Mack
    Signed-off-by: Karsten Wiese
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Daniel Mack