aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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