aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-202-15/+15
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-203-24/+24
| * Merge branch 'fix/misc' into for-linusTakashi Iwai2010-04-161-6/+18
| |\
* | | sound: fixup for usb_buffer_alloc/free renameStephen Rothwell2010-05-201-5/+5
* | | Merge branch 'topic/usb' into for-linusTakashi Iwai2010-05-201-14/+86
|\ \ \
| * | | ALSA: sound/usb: add preliminary support for UAC2 interruptsDaniel Mack2010-05-111-13/+85
| * | | ALSA: sound/usb: fix UAC1 regressionDaniel Mack2010-05-081-1/+1
* | | | ALSA: usb/mixer - use get_iface_desc() rather than direct structureJaroslav Kysela2010-04-161-1/+1
* | | | Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Jaroslav Kysela2010-04-1637-4757/+5679
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge branch 'fix/misc' into topic/usbTakashi Iwai2010-04-101-6/+18
| |\ \ | | |/
| | * ALSA: usb - Fix Oops after usb-midi disconnectionTakashi Iwai2010-04-101-6/+18
| * | ALSA: usb - update gfp/slab.h includesTejun Heo2010-03-292-0/+2
| * | ALSA: usb pcm: use of kmalloc requires the include of slab.hStephen Rothwell2010-03-291-0/+1
| * | ALSA: usb - use of kmalloc/kfree requires the include of slab.hStephen Rothwell2010-03-295-0/+5
| * | ALSA: usbaudio: Add basic support for M-Audio Fast Track Ultra seriesFelix Homann2010-03-253-0/+61
| * | Merge remote branch 'alsa/devel' into topic/usbTakashi Iwai2010-03-231-2/+1
| |\ \
| | * | ALSA: ua101: remove experimental statusClemens Ladisch2010-03-231-2/+1
| | |/
| * | ALSA: usb: fix usb build error when PM is not enabledRandy Dunlap2010-03-221-0/+3
| * | Merge branch 'topic/misc' into topic/usbTakashi Iwai2010-03-225-45/+249
| |\ \
| | * | ALSA: usb/caiaq: Add support for Traktor Kontrol X1Daniel Mack2010-03-225-45/+249
| | |/
| * | ALSA: usb-mixer: Add support for Audio Class v2.0Daniel Mack2010-03-122-80/+245
| * | ALSA: usb-mixer: parse descriptors with structsDaniel Mack2010-03-121-40/+47
| * | ALSA: usbmixer: rename usbmixer.[ch] -> mixer.[ch]Daniel Mack2010-03-127-6/+6
| * | ALSA: usb-mixer: factor out quirksDaniel Mack2010-03-126-416/+480
| * | ALSA: usb-mixer: use defines from audio.hDaniel Mack2010-03-123-25/+12
| * | linux/usb/audio.h: split headerDaniel Mack2010-03-124-3/+7
| * | ALSA: usb-audio: add support for samplerate setting on v2 devicesDaniel Mack2010-03-054-52/+133
| * | ALSA: usb-audio: support multiple formats with audio class v2 devicesClemens Ladisch2010-03-052-56/+39
| * | ALSA: usb-audio: use a format bitmask per alternate settingClemens Ladisch2010-03-058-22/+34
| * | ALSA: usb-audio: rename substream format field to altset_idxClemens Ladisch2010-03-053-6/+6
| * | ALSA: usb-audio: refactor codeDaniel Mack2010-03-0527-4095/+4411
| * | ALSA: usb-audio: header file cleanupsDaniel Mack2010-03-0510-57/+72
| * | ALSA: usb-audio: move ua101 driverDaniel Mack2010-03-053-4/+5
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-309-0/+9
|/
* ALSA: usbaudio - remove debug "SAMPLE BYTES" printk lineJaroslav Kysela2010-03-031-1/+0
* ALSA: usbaudio: Fix wrong bitrate for Creative Creative VF0470 Live CamArseniy Lartsev2010-03-021-0/+3
* Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-03-025-155/+37
|\
| * ALSA: ua101: removing debugging codeClemens Ladisch2010-03-021-55/+0
| * ALSA: ua101: add Edirol UA-1000 supportClemens Ladisch2010-03-015-100/+37
* | ALSA: sound/usb/caiaq/midi.h: Checkpatch cleanupAndrea Gelmini2010-03-021-1/+1
* | ALSA: usbaudio: consolidate header filesDaniel Mack2010-02-236-216/+121
* | ALSA: usbmixer: bail out early when parsing audio class v2 descriptorsDaniel Mack2010-02-231-1/+12
* | ALSA: usbaudio: implement basic set of class v2.0 parserDaniel Mack2010-02-232-63/+292
* | ALSA: usbaudio: introduce new types for audio class v2Daniel Mack2010-02-232-10/+23
* | ALSA: usbaudio: parse USB descriptors with structsDaniel Mack2010-02-232-95/+140
* | ALSA: usbaudio Mbox support, output onlyChris J Arges2010-02-221-0/+45
* | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-02-171-1/+1
|\ \ | |/ |/|
| * Merge remote branch 'alsa/fixes' into fix/miscTakashi Iwai2010-02-171-3/+15
| |\
| * | ALSA: usb-audio - Avoid Oops after disconnectTakashi Iwai2009-12-281-1/+1
* | | ALSA: usbmixer - use MAX_ID_ELEMS where possibleJaroslav Kysela2010-02-161-2/+3