01 Feb, 2008

12 commits

  • 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
     
  • sound/usb/usbaudio.c: In function 'usb_audio_suspend':
    sound/usb/usbaudio.c:3674: error: implicit declaration of function 'snd_pcm_sus\pend_all'

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

    Andrew Morton
     
  • Add a quirk entry to handle Edirol UR-80 audio I/O.

    Signed-off-by: Clemens Ladisch
    Signed-off-by: Jaroslav Kysela

    Clemens Ladisch
     
  • This patch implements suspend/resume support for USB audio devices.
    It works with the microphone in my camera.

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

    Oliver Neukum
     
  • Convert alsa usx2y driver from nopage to fault.

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

    Nick Piggin
     
  • Added support for Native Instrument's Kore controller 2. This device has
    no audio but MIDI, input devices and ALSA controllers only.

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

    Daniel Mack
     
  • Remove ifdef and fix Makefile for conditional builds.

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

    Takashi Iwai
     
  • - added support for all input controllers on Native Instrument's 'Kore
    controller'.
    - added ALSA controls to switch LEDs on 'RigKontrol 2', 'RigKontrol3',
    'Audio Kontrol 1' and 'Kore controller'.
    - added ALSA controls to switch input mode, software lock and ground
    lift features on 'Audio 8 DJ'.

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

    Daniel Mack
     
  • Signed-off-by: Dmitry Torokhov
    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Dmitry Torokhov
     
  • - link input device with its parent so that it placed in proper spot
    in sysfs hierarchy
    - drivers that allow changing their keymaps should use private copy
    of the keymap so that one instance of a device does not affect
    another instance
    - it is preferred for drivers to properly set up input_dev->phys to
    help userspace locate devices
    - drivers should use usb_to_input_id(), or perform endianess conversion,
    themselves, otherwise ID is not correct on big-endian boxes
    - whitespace and formatting cleanup
    Acked-by: Daniel Mack

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

    Dmitry Torokhov
     
  • Fix indent of caiaq in Kconfig to the same level as others.
    Just a tidy up.

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

    Takashi Iwai
     
  • This patch improves support for 'SB Live 24-bit Extarnal' USB card.
    1) This card can go into muted state when a headphones connected or
    disconnected. So notify mixer about changes in headphone jack.
    2) Add LED controls and procfs support just as in similar Audigy 2 NX card.
    3) Rename 'PCM Capture' conrol to 'Mic Capture' to reflect reality:
    the card may adjust microphone input level only.

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

    Timofei Bondarenko
     

23 Oct, 2007

1 commit


20 Oct, 2007

1 commit

  • get rid of input BIT* duplicate defines

    use newly global defined macros for input layer. Also remove includes of
    input.h from non-input sources only for BIT macro definiton. Define the
    macro temporarily in local manner, all those local definitons will be
    removed further in this patchset (to not break bisecting).
    BIT macro will be globally defined (1<
    Cc:
    Acked-by: Jiri Kosina
    Cc:
    Acked-by: Marcel Holtmann
    Cc:
    Acked-by: Mauro Carvalho Chehab
    Cc:
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     

16 Oct, 2007

17 commits


15 Oct, 2007

1 commit


20 Jul, 2007

8 commits