aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-14ALSA: usb: USB3 SuperSpeed sound supportPaul Zimmerman1-2/+2
2010-07-12fix comnment/printk typos concerning "empty"Uwe Kleine-König1-1/+1
2010-05-31ALSA: usb-audio: parse clock topology of UAC2 devicesDaniel Mack1-97/+1
2010-05-27ALSA: usb-audio: add support for UAC2 pitch controlDaniel Mack1-7/+30
2010-03-29ALSA: usb pcm: use of kmalloc requires the include of slab.hStephen Rothwell1-0/+1
2010-03-12linux/usb/audio.h: split headerDaniel Mack1-2/+3
2010-03-05ALSA: usb-audio: add support for samplerate setting on v2 devicesDaniel Mack1-46/+127
2010-03-05ALSA: usb-audio: use a format bitmask per alternate settingClemens Ladisch1-3/+10
2010-03-05ALSA: usb-audio: rename substream format field to altset_idxClemens Ladisch1-4/+4
2010-03-05ALSA: usb-audio: refactor codeDaniel Mack1-0/+845