1. 04 3月, 2016 1 次提交
  2. 20 1月, 2015 1 次提交
  3. 13 1月, 2015 1 次提交
  4. 13 11月, 2014 1 次提交
    • C
      ALSA: usb-audio: Scarlett mixer interface for 6i6, 18i6, 18i8 and 18i20 · 76b188c4
      Chris J Arges 提交于
      This code contains the Scarlett mixer interface code that was originally
      written by Tobias Hoffman and Robin Gareus. Because the device doesn't
      properly implement UAC2 this code adds a mixer quirk for the device.
      
      Changes from the original code include removing the metering code along with
      dead code and comments. Compiler warnings were fixed. The code to initialize
      the sampling rate was causing a crash this was fixed as discussed on the
      mailing list. Error, and info messages were convered to dev_err and dev_info
      interfaces. The custom scarlett_mixer_elem_info struct was replaced with the
      more generic usb_mixer_elem_info to be able to recycle more code from mixer.c.
      
      This patch also makes additional modifications based on upstream comments.
      Individual control creation functions are removed and a generic
      function is no used. Macros for function calls are removed to improve
      readability. Hardcoded control initialization is removed. Save to HW
      functionality has been removed. Strings for enums are created dynamically for
      the mixer. Strings used for controls are now SNDRV_CTL_ELEM_ID_NAME_MAXLEN
      length.
      Signed-off-by: NChris J Arges <chris.j.arges@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      76b188c4
  5. 07 4月, 2014 1 次提交
  6. 24 6月, 2013 1 次提交
  7. 14 9月, 2011 3 次提交
  8. 25 1月, 2011 1 次提交
  9. 01 6月, 2010 1 次提交
    • D
      ALSA: usb-audio: parse clock topology of UAC2 devices · 79f920fb
      Daniel Mack 提交于
      Audio devices which comply to the UAC2 standard can export complex clock
      topologies in its descriptors and set up links between them.
      
      The entities that are defined are
      
       - clock sources, which define the end-leafs.
       - clock selectors, which act as switch to select one out of many
         possible clocks sources.
       - clock multipliers, which have an input clock source, and act as clock
         source again. They can be used to derive one clock from another.
      
      All sample rate changes, clock validity queries and the like must go to
      clock source elements, while clock selectors and multipliers can be used
      as terminal clock source.
      
      The following patch adds a parser for these elements and functions to
      iterate over the tree and find the leaf nodes (clock sources).
      
      The samplerate set functions were moved to the new clock.c file.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      79f920fb
  10. 12 3月, 2010 2 次提交
  11. 05 3月, 2010 3 次提交
    • D
      ALSA: usb-audio: refactor code · e5779998
      Daniel Mack 提交于
      Clean up the usb audio driver by factoring out a lot of functions to
      separate files. Code for procfs, quirks, urbs, format parsers etc all
      got a new home now.
      
      Moved almost all special quirk handling to quirks.c and introduced new
      generic functions to handle them, so the exceptions do not pollute the
      whole driver.
      
      Renamed usbaudio.c to card.c because this is what it actually does now.
      Renamed usbmidi.c to midi.c for namespace clarity.
      Removed more things from usbaudio.h.
      
      The non-standard drivers were adopted accordingly.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Clemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e5779998
    • D
      ALSA: usb-audio: header file cleanups · 3e1aebef
      Daniel Mack 提交于
      Rename snd-usb-lib to snd-usbmidi-lib as MIDI functions are the only
      thing it actually contains. Introduce a new header file to only declare
      these functions.
      
      Introduced usbmixer.h for all functions exported by usbmixer.c.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Clemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3e1aebef
    • D
      ALSA: usb-audio: move ua101 driver · bc700ab1
      Daniel Mack 提交于
      As part of the USB audio code cleanup, move the non-standard ua101
      driver out of the way.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      Cc: Clemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      bc700ab1
  12. 15 12月, 2009 1 次提交
  13. 01 8月, 2008 1 次提交
  14. 11 5月, 2007 1 次提交
  15. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4