1. 01 10月, 2006 1 次提交
  2. 23 9月, 2006 4 次提交
  3. 03 8月, 2006 1 次提交
  4. 29 6月, 2006 1 次提交
    • S
      [ALSA] usb-audio support for Turtle Beach Roadie · e217e30c
      Sam Revitch 提交于
      From: Sam Revitch <sam.revitch@gmail.com>Recently a Turtle Beach Audio Advantage Roadie device ended up in my
      possession.  It seems to work with the snd-usb-audio driver, but only
      using the headphone jack in 2-channel mode.  The device has a DIN
      connector carrying six more channels that are otherwise silent.
      C-Media has freely available documentation for the CM106 chip around
      which this device is based, and enabling 8-channel output, or
      6-channel output with the headphone jack following the front pair is a
      matter of setting one of its registers.
      Attached is a patch to try to enable 5.1 output mode at probe time.
      It seems to work correctly with my device.  There is quite list of
      other configurables for this device that might deserve controls.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      e217e30c
  5. 23 6月, 2006 4 次提交
  6. 22 3月, 2006 9 次提交
  7. 22 1月, 2006 2 次提交
  8. 05 1月, 2006 1 次提交
  9. 03 1月, 2006 1 次提交
  10. 04 11月, 2005 6 次提交
  11. 07 10月, 2005 1 次提交
  12. 12 9月, 2005 2 次提交
  13. 09 9月, 2005 1 次提交
    • A
      [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel · b375a049
      Alan Stern 提交于
      29 July 2005, Cambridge, MA:
      
      This afternoon Alan Stern submitted a patch to remove the URB_ASYNC_UNLINK
      flag from the Linux kernel.  Mr. Stern explained, "This flag is a relic
      from an earlier, less-well-designed system.  For over a year it hasn't
      been used for anything other than printing warning messages."
      
      An anonymous spokesman for the Linux kernel development community
      commented, "This is exactly the sort of thing we see happening all the
      time.  As the kernel evolves, support for old techniques and old code can
      be jettisoned and replaced by newer, better approaches.  Proprietary
      operating systems do not have the freedom or flexibility to change so
      quickly."
      
      Mr. Stern, a staff member at Harvard University's Rowland Institute who
      works on Linux only as a hobby, noted that the patch (labelled as548) did
      not update two files, keyspan.c and option.c, in the USB drivers' "serial"
      subdirectory.  "Those files need more extensive changes," he remarked.
      "They examine the status field of several URBs at times when they're not
      supposed to.  That will need to be fixed before the URB_ASYNC_UNLINK flag
      is removed."
      
      Greg Kroah-Hartman, the kernel maintainer responsible for overseeing all
      of Linux's USB drivers, did not respond to our inquiries or return our
      calls.  His only comment was "Applied, thanks."
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b375a049
  14. 30 8月, 2005 6 次提交