aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-11ALSA: usb-audio: add support for M-Audio FT C600Matt Gruskin1-0/+1
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-2/+0
2013-01-23Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+10
2013-01-11ALSA: usb-audio: Fix NULL dereference by access to non-existing substreamTakashi Iwai1-0/+10
2012-12-24ALSA: usb-audio: support delay calculation on capture streamsPierre-Louis Bossart1-3/+20
2012-12-04ALSA: usb-audio: sync ep init fix for audioformat mismatchEldad Zack1-7/+99
2012-11-29ALSA: usb-audio: FT C400 sync playback EP to capture EPEldad Zack1-0/+13
2012-11-29ALSA: usb-audio: replace hardcoded value with constEldad Zack1-1/+1
2012-11-23ALSA: usb-audio: fix delay account during pauseTakashi Iwai1-1/+17
2012-11-23ALSA: usb-audio: ignore delay calculation for capture streamTakashi Iwai1-1/+2
2012-11-22Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2012-11-22ALSA: snd-usb: properly initialize the sync endpointDaniel Mack1-1/+1
2012-11-21ALSA: usb-audio: process pending stop at PCM hw_free and closeTakashi Iwai1-2/+2
2012-11-21ALSA: usb-audio: stop both data and sync endpoints asynchronouslyTakashi Iwai1-2/+7
2012-11-21ALSA: usb-audio: simplify snd_usb_endpoint_start/stop argumentsTakashi Iwai1-14/+11
2012-11-08Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+3
2012-11-08ALSA: usb-audio: Fix crash at re-preparing the PCM streamTakashi Iwai1-0/+3
2012-10-30Merge branch 'for-linus' into for-nextTakashi Iwai1-19/+34
2012-10-30ALSA: usb-audio: Use rwsem for disconnect protectionTakashi Iwai1-6/+6
2012-10-30ALSA: usb-audio: Fix races at disconnectionTakashi Iwai1-17/+32
2012-10-21ALSA: snd-usb: remove unused variable in init_pitch_v2()Wei Yongjun1-3/+0
2012-09-19ALSA: usb-audio: Avoid unnecessary EP setups in prepareTakashi Iwai1-3/+7
2012-09-19ALSA: usb-audio: Move configuration to prepare.Dylan Reid1-60/+74
2012-09-19ALSA: usb-audio: Don't require hw_params in endpoint.Dylan Reid1-3/+13
2012-09-19ALSA: usb-audio: set period_bytes in substream.Dylan Reid1-0/+2
2012-09-06ALSA: usb-audio: Fix bogus error messages for delay accountingTakashi Iwai1-0/+6
2012-08-31ALSA: snd-usb: fix cross-interface streaming devicesDaniel Mack1-0/+15
2012-08-31ALSA: snd-usb: fix calls to next_packet_sizeDaniel Mack1-1/+6
2012-08-31ALSA: snd-usb: restore delay informationDaniel Mack1-3/+26
2012-08-30ALSA: snd-usb: Fix URB cancellation at stream startDaniel Mack1-8/+5
2012-08-16ALSA: usb-audio: Fix scheduling-while-atomic bug in PCM capture streamTakashi Iwai1-0/+3
2012-07-13ALSA: snd-usb: move calls to usb_set_interfaceDaniel Mack1-22/+35
2012-07-06ALSA: usb-audio: Fix the first PCM interface assignmentTakashi Iwai1-2/+2
2012-06-18ALSA: snd-usb: make snd_usb_substream_capture_trigger staticDaniel Mack1-1/+2
2012-06-18ALSA: snd-usb: fix sync pipe checkDaniel Mack1-7/+11
2012-05-31ALSA: usb-audio: fix rate_list memory leakClemens Ladisch1-0/+3
2012-05-21ALSA: snd-usb: fix stream info output in /procDaniel Mack1-0/+12
2012-04-13ALSA: snd-usb: add support for implicit feedbackDaniel Mack1-11/+26
2012-04-13ALSA: snd-usb: switch over to new endpoint streaming logicDaniel Mack1-72/+346
2012-03-15ALSA: usb-audio - Fix build error by consitification of rate listTakashi Iwai1-2/+4
2011-09-27ALSA: usb-audio: increase control transfer timeoutClemens Ladisch1-2/+2
2011-09-14ALSA: snd-usb: move code from urb.c to endpoint.cDaniel Mack1-1/+1
2011-09-12ALSA: usb: refine delay information with USB frame counterPierre-Louis Bossart1-0/+28
2011-03-11ALSA: usbaudio: implement USB autosuspendOliver Neukum1-5/+15
2011-02-23ALSA: usb-audio: fix oops due to cleanup race when disconnectingTakashi Iwai1-2/+5
2010-11-01ALSA: usb - driver neglects kmalloc return value check and may deref NULLJesper Juhl1-1/+3
2010-10-27ALSA: usb-audio: automatically detect feedback formatClemens Ladisch1-0/+2
2010-09-03Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+1
2010-09-03ALSA: usb-audio: fix detection of vendor-specific device protocol settingsClemens Ladisch1-2/+1
2010-08-18Merge branch 'topic/isa' into topic/miscTakashi Iwai1-1/+1