aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/card.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17ALSA: usb-audio: work around Android accessory firmware bugClemens Ladisch1-2/+20
2013-04-25ALSA: usb-audio: Fix autopm error during probingTakashi Iwai1-1/+3
2013-04-04ALSA: usb-audio: UAC2: auto clock selection module paramEldad Zack1-0/+4
2013-04-04ALSA: usb-audio: neaten MODULE_DEVICE_TABLE placementEldad Zack1-2/+1
2013-04-04ALSA: usb-audio: convert list_for_each to entry variantEldad Zack1-3/+1
2013-03-12ALSA: usb-audio: add a workaround for the NuForce UDH-100Clemens Ladisch1-0/+15
2013-01-29ALSA: usb: cosmetics, remove a leading spaceAntonio Ospite1-1/+1
2012-11-21ALSA: usb-audio: Deprecate async_unlink optionTakashi Iwai1-7/+0
2012-11-14ALSA: usb-audio: Fix mutex deadlock at disconnectionTakashi Iwai1-3/+3
2012-10-30ALSA: usb-audio: Use rwsem for disconnect protectionTakashi Iwai1-4/+8
2012-09-19ALSA: usb-audio: Avoid unnecessary EP setups in prepareTakashi Iwai1-0/+2
2012-08-31ALSA: snd-usb: use list_for_each_safe for endpoint resourcesPavel Roskin1-2/+2
2012-04-13ALSA: snd-usb: switch over to new endpoint streaming logicDaniel Mack1-1/+7
2012-04-13ALSA: snd-usb: add snd_usb_audio-wide mutexDaniel Mack1-0/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-3/+3
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+2
2011-10-26Merge branch 'topic/misc' into for-linusTakashi Iwai1-2/+2
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki1-1/+1
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-14ALSA: snd-usb: move code from urb.c to endpoint.cDaniel Mack1-1/+0
2011-09-14ALSA: snd-usb: re-order codeDaniel Mack1-1/+2
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-07-08ALSA: usb-audio: replace "void *" with more specific pointersPavel Roskin1-8/+8
2011-05-25ALSA: usb-audio: export snd_usb_feature_unit_ctlDaniel Mack1-0/+1
2011-05-25ALSA: usb-audio: move assignment of chip->ctrl_intfDaniel Mack1-8/+8
2011-03-21ALSA: usb - Remove trailing spaces from USB card name stringsTakashi Iwai1-4/+18
2011-03-11ALSA: usbaudio: implement USB autosuspendOliver Neukum1-14/+52
2011-03-11ALSA: usbaudio: fix suspend/resumeOliver Neukum1-1/+9
2011-02-23ALSA: usb-audio: fix oops due to cleanup race when disconnectingTakashi Iwai1-0/+4
2010-09-09Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+1
2010-09-08ALSA: usb - Release capture substream URBs properlyTakashi Iwai1-1/+1
2010-09-03Merge branch 'fix/misc' into topic/miscTakashi Iwai1-5/+12
2010-09-03ALSA: usb-audio: fix detection of vendor-specific device protocol settingsClemens Ladisch1-4/+5
2010-09-02ALSA: usb-audio: Assume first control interface is for audioDaniel Mack1-1/+7
2010-08-14ALSA: usb: USB3 SuperSpeed sound supportPaul Zimmerman1-8/+23
2010-06-23ALSA: usb-audio: unify UAC macros and struct namesDaniel Mack1-1/+1
2010-05-31ALSA: usb-audio: parse clock topology of UAC2 devicesDaniel Mack1-16/+2
2010-03-22ALSA: usb: fix usb build error when PM is not enabledRandy Dunlap1-0/+3
2010-03-12ALSA: usbmixer: rename usbmixer.[ch] -> mixer.[ch]Daniel Mack1-1/+1
2010-03-12linux/usb/audio.h: split headerDaniel Mack1-1/+2
2010-03-05ALSA: usb-audio: refactor codeDaniel Mack1-0/+648