aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-18Merge branch 'topic/misc' into for-linusTakashi Iwai16-63/+310
2012-03-15ALSA: usb-audio - Fix build error by consitification of rate listTakashi Iwai1-2/+4
2012-02-25ALSA: snd-usb-6fire: Select missing SND_VMASTER option in KconfigTorsten Schenk1-0/+1
2012-02-22ALSA: snd-usb-6fire: add analog input volume controlTorsten Schenk2-0/+73
2012-02-22ALSA: snd-usb-6fire: add mute control for analog outputsTorsten Schenk2-0/+96
2012-02-22ALSA: snd-usb-6fire: add individual volume control for analog channelsTorsten Schenk2-23/+126
2012-02-22ALSA: snd-usb-6fire: add tlv to controlsTorsten Schenk1-25/+9
2012-02-22ALSA: snd-usb-6fire: remove driver version informationTorsten Schenk12-13/+1
2012-02-22ALSA: snd-usb-caiaq: Fix the return of XRUNMark Hills1-1/+4
2012-02-15ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk()Xi Wang3-4/+7
2012-02-15ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.cMasanari Iida2-3/+3
2012-02-08ALSA: usb-audio: add Edirol UM-3G supportClemens Ladisch1-0/+8
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds10-15/+56
2012-01-11ALSA: usb-audio: add Yamaha MOX6/MOX8 supportClemens Ladisch1-0/+26
2012-01-09ALSA: usb-audio - Avoid flood of frame-active debug messagesTakashi Iwai1-2/+3
2012-01-09ALSA: snd-usb-us122l: Delete calls to preempt_disableKarsten Wiese1-4/+2
2012-01-08ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_range()Xi Wang1-1/+7
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman5-63/+6
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell6-8/+8
2011-12-12ALSA: snd-usb: added VOX ToneLab ST midi handlingSergiusz Urbaniak1-0/+10
2011-11-29ALSA: usb-audio - Support for Roland GAIA SH-01 SynthesizerJohn F Leach1-0/+31
2011-11-18USB: convert sound/* to use module_usb_driver()Greg Kroah-Hartman5-63/+6
2011-11-10ALSA: usb-audio: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+3
2011-11-09ALSA: snd_usb_audio: add Logitech HD Webcam c510 to quirk-384Alexey Fisher1-0/+1
2011-11-08ALSA: usb-audio - Fix the missing volume quirks at delayed initTakashi Iwai1-50/+59
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds5-0/+5
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-7/+21
2011-11-06ALSA: ua101: fix crash when unpluggingClemens Ladisch1-7/+21
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker4-0/+4
2011-10-31sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds26-1365/+1648
2011-10-26Merge branch 'topic/misc' into for-linusTakashi Iwai26-1365/+1648
2011-10-13ALSA: usb-audio - Fix possible access over audio_feature_info[] arrayTakashi Iwai1-1/+1
2011-10-13ALSA: snd-usb-caiaq: Add support for MaschineWilliam Light4-2/+160
2011-10-13ALSA: snd-usb-caiaq: Fix NULL dereference in input.cWilliam Light1-1/+3
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-1/+1
2011-09-27ALSA: usb-audio: increase control transfer timeoutClemens Ladisch8-25/+25
2011-09-26ALSA: usb-audio: Check for possible chip NULL pointer before clearing probing flagThomas Pfaff1-3/+5
2011-09-23ALSA: usb-audio - clear chip->probing on error exitThomas Pfaff1-0/+1
2011-09-23ALSA: 6fire: don't use custom hex_to_bin()Andy Shevchenko1-13/+12
2011-09-16ALSA: usb-audio: Added support for Roland UM-ONE midi-usb interfaceDaniele Guerrieri1-0/+14
2011-09-14ALSA: snd-usb: move code from urb.c to endpoint.cDaniel Mack8-991/+967
2011-09-14ALSA: snd-usb: re-order codeDaniel Mack7-444/+472
2011-09-14ALSA: snd-usb: re-order the MakefileDaniel Mack1-6/+6
2011-09-12ALSA: usb: refine delay information with USB frame counterPierre-Louis Bossart4-3/+60
2011-08-26ALSA: usb-audio: add Starr Labs USB MIDI supportKristian Amlie4-0/+40
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-08-19ALSA: usb-audio - Check the dB-range validity in the later read, tooTakashi Iwai1-2/+11
2011-08-19ALSA: usb-audio - Fix missing mixer dB informationTakashi Iwai1-1/+2
2011-08-14ALSA: snd_usb_caiaq: track submitted output urbsDaniel Mack2-4/+28