aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: usb-audio: Fix races at disconnectionTakashi Iwai2012-11-165-34/+76
* ALSA: snd-usb: fix clock source validity indexDaniel Mack2012-08-101-1/+2
* ALSA: usb-audio: fix rate_list memory leakClemens Ladisch2012-06-101-0/+3
* ALSA: usb-audio - Avoid flood of frame-active debug messagesTakashi Iwai2012-01-251-2/+3
* ALSA: snd-usb-us122l: Delete calls to preempt_disableKarsten Wiese2012-01-251-4/+2
* ALSA: usb-audio - Support for Roland GAIA SH-01 SynthesizerJohn F Leach2011-11-291-0/+31
* ALSA: usb-audio: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-101-4/+3
* ALSA: snd_usb_audio: add Logitech HD Webcam c510 to quirk-384Alexey Fisher2011-11-091-0/+1
* ALSA: usb-audio - Fix the missing volume quirks at delayed initTakashi Iwai2011-11-081-50/+59
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-065-0/+5
|\
| * sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-314-0/+4
| * sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-11-061-7/+21
|\ \ | |/ |/|
| * ALSA: ua101: fix crash when unpluggingClemens Ladisch2011-11-061-7/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-10-2826-1365/+1648
|\ \ | |/
| * Merge branch 'topic/misc' into for-linusTakashi Iwai2011-10-2626-1365/+1648
| |\
| | * ALSA: usb-audio - Fix possible access over audio_feature_info[] arrayTakashi Iwai2011-10-131-1/+1
| | * ALSA: snd-usb-caiaq: Add support for MaschineWilliam Light2011-10-134-2/+160
| | * ALSA: snd-usb-caiaq: Fix NULL dereference in input.cWilliam Light2011-10-131-1/+3
| | * ALSA: usb-audio: increase control transfer timeoutClemens Ladisch2011-09-278-25/+25
| | * ALSA: 6fire: don't use custom hex_to_bin()Andy Shevchenko2011-09-231-13/+12
| | * ALSA: usb-audio: Added support for Roland UM-ONE midi-usb interfaceDaniele Guerrieri2011-09-161-0/+14
| | * ALSA: snd-usb: move code from urb.c to endpoint.cDaniel Mack2011-09-148-991/+967
| | * ALSA: snd-usb: re-order codeDaniel Mack2011-09-147-444/+472
| | * ALSA: snd-usb: re-order the MakefileDaniel Mack2011-09-141-6/+6
| | * ALSA: usb: refine delay information with USB frame counterPierre-Louis Bossart2011-09-124-3/+60
| | * ALSA: usb-audio: add Starr Labs USB MIDI supportKristian Amlie2011-08-264-0/+40
| | * ALSA: usb-audio - Check the dB-range validity in the later read, tooTakashi Iwai2011-08-191-2/+11
* | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-071-1/+1
|\ \ \ | |/ / |/| |
| * | PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-1/+1
* | | ALSA: usb-audio: Check for possible chip NULL pointer before clearing probing...Thomas Pfaff2011-09-261-3/+5
* | | ALSA: usb-audio - clear chip->probing on error exitThomas Pfaff2011-09-231-0/+1
| |/ |/|
* | ALSA: usb-audio - Fix missing mixer dB informationTakashi Iwai2011-08-191-1/+2
* | ALSA: snd_usb_caiaq: track submitted output urbsDaniel Mack2011-08-142-4/+28
|/
* ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_descDaniel Mack2011-08-101-2/+4
* ALSA: usb-audio - Add quirk for BOSS Micro BR-80Kazutomo Yoshii2011-08-101-0/+34
* ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3Daniel Mack2011-08-061-1/+1
* ALSA: snd-usb: Fix uninitialized variable usageDaniel Mack2011-08-061-1/+1
* ALSA: usb-audio - add quirk for Keith McMillen StringPortMiller Puckette2011-08-051-0/+6
* ALSA: snd-usb: operate on given mixer interface onlyDaniel Mack2011-08-042-12/+9
* ALSA: snd-usb: avoid dividing by zero on invalid inputNicolai Krakowiak2011-08-041-0/+5
* ALSA: snd-usb: Accept UAC2 FORMAT_TYPE descriptors with bLength > 6Clemens Ladisch2011-08-041-1/+1
* ALSA: usb-audio - Add quirk for Roland / BOSS BR-800David G Turner2011-07-211-0/+30
* ALSA: usb-audio - Add quirks for M-Audio Fast Track Pro and QuattroGuillaume Pellerin2011-07-122-25/+136
* ALSA: usb-audio: replace "void *" with more specific pointersPavel Roskin2011-07-081-8/+8
* Merge branch 'fix/hda' into topic/miscTakashi Iwai2011-06-171-2/+2
|\
| * ALSA: 6fire - Fix signedness bugTorsten Schenk2011-06-161-2/+2
* | ALSA: firewire-speakers, oxygen, ua101: allow > 10 s periodsClemens Ladisch2011-06-171-1/+1
|/
* ALSA: 6fire: Fix double-free bug in usb6fire_fw_ezusb_upload()Jesper Juhl2011-06-141-1/+0
* ALSA: usb - turn off de-emphasis in s/pdif for cm6206Eric Lammerts2011-06-031-1/+1