1. 14 Feb, 2011 1 commit
    • Daniel Mack's avatar
      ALSA: usb-audio: add support for Native Instruments MK2 devices · 54a8c500
      Daniel Mack authored
      
      The MK2 generation of Native Instruments' sound cards are in fact
      compliant to the USB audio standard of version 2 and other approved USB
      standards. However, they come up as vendor-specific device when first
      connected but can be told to come up with a new set of descriptors
      upon their next enumeration. The interfaces announced by the new
      descriptors will be handled by the kernel's class drivers. This is done
      by issuing a vendor specific device request and sending the device to
      reset.
      
      There are also some vendor-specific USB requests for some mixer elements
      that can't be exported in a standard compliant way. The driver now
      supports them with quirks handling mechanisms.
      Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      54a8c500
  2. 02 Nov, 2010 1 commit
    • Mandar Joshi's avatar
      ALSA: usb-audio - Support for Power/Status LED on Creative USB X-Fi S51 · ca8dc34e
      Mandar Joshi authored
      
      This patch adds support for Power/Status LED on Creative USB X-Fi S51.
      There is just one LED on the device. The LED can either be On or it
      can be set to Blink. There doesn't seem to be a way to switch it off.
      The control message to change LED status is similar to that of
      audigy2nx except that the index is to be set to 0 and value is 1 for
      Blink and 0 for On.
      
      The 'Power LED' control in alsamixer when muted will cause the LED to
      Blink continuously. When unmuted  the LED will stay On. The Creative
      driver under Windows sets the LED to blink whenever audio is muted.
      This LED can be treated as the CMSS LED but I figured since there is
      just one LED, it should be treated as the Power LED. Is that alright?
      
      I've also changed the comment "Usb X-Fi" to "Usb X-Fi S51" as there
      are other external X-Fi devices from Creative like Usb X-Fi Go and
      Xmod. The volume knob and LED support patch doesn't apply to them.
      Signed-off-by: default avatarMandar Joshi <emailmandar@gmail.com>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      ca8dc34e
  3. 24 Oct, 2010 1 commit
  4. 29 Mar, 2010 1 commit
  5. 12 Mar, 2010 2 commits