summaryrefslogtreecommitdiffstats
path: root/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-151-0/+8
|\
| * ALSA: sound/usb/format: silence uninitialized variable warningsDan Carpenter2010-08-151-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-0711-99/+106
|\ \ | |/
| * ALSA: usb - Correct audio problem for Hauppage HVR-850 and others rel. to urb...John S Gruber2010-08-021-8/+22
| * ALSA: usb-audio: silence a superfluous warningClemens Ladisch2010-07-091-4/+1
| * ALSA: usb - Fix compile error with CONFIG_SND_DEBUG_VERBOSE=yTakashi Iwai2010-06-241-1/+1
| * ALSA: usb-audio: simplify control interface accessDaniel Mack2010-06-238-44/+34
| * ALSA: usb-audio: move and add some commentsDaniel Mack2010-06-232-10/+30
| * ALSA: usb-midi: whitespace fixesDaniel Mack2010-06-231-7/+7
| * ALSA: usb-audio: unify UAC macros and struct namesDaniel Mack2010-06-233-10/+10
| * ALSA: usb-audio: clean up includes in clock.cDaniel Mack2010-06-231-15/+1
* | Merge branch 'master' into for-nextJiri Kosina2010-08-045-29/+124
|\ \ | |/
| * ALSA: usb-audio - Add volume resolution quirk for some Logitech webcamsAlexey Fisher2010-06-231-0/+13
| * ALSA: usb/endpoint, fix dangling pointer useJiri Slaby2010-06-211-0/+1
| * ALSA: usb-audio: fix UAC2 control value queriesDaniel Mack2010-06-111-5/+14
| * ALSA: usb-audio: parse UAC2 sample rate ranges correctlyDaniel Mack2010-06-111-18/+74
| * ALSA: usb-audio: fix control messages for USB_RECIP_INTERFACEDaniel Mack2010-06-113-6/+16
| * ALSA: usb-audio: add check for faulty clock in parse_audio_format_rates_v2()Daniel Mack2010-06-111-0/+6
* | fix comnment/printk typos concerning "empty"Uwe Kleine-König2010-07-121-1/+1
|/
* ALSA: usb-audio: export UAC2 clock selectors as mixer controlsDaniel Mack2010-05-311-7/+35
* ALSA: usb-audio: clean up find_audio_control_unit()Daniel Mack2010-05-311-8/+10
* ALSA: usb-audio: add UAC2 sepecific Feature Unit controlsDaniel Mack2010-05-311-6/+10
* ALSA: usb-audio: unify constants from specificationDaniel Mack2010-05-312-68/+35
* ALSA: usb-audio: parse clock topology of UAC2 devicesDaniel Mack2010-05-319-125/+396
* ALSA: usb-audio: support partially write-protected UAC2 controlsDaniel Mack2010-05-312-6/+26
* ALSA: usb-audio: UAC2: clean up parsing of bmaControlsDaniel Mack2010-05-311-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-297-78/+100
|\
| * ALSA: snd-usb-caiaq: Bump version number to 1.3.21Mark Hills2010-05-291-1/+1
| * ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ"Mark Hills2010-05-291-6/+0
| * ALSA: snd-usb-caiaq: Simplify single case to an 'if'Mark Hills2010-05-291-4/+2
| * ALSA: snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJMark Hills2010-05-291-28/+2
| * ALSA: usb-audio: fix feature unit parser for UAC2Daniel Mack2010-05-281-1/+1
| * ALSA: usb-audio: add support for UAC2 pitch controlDaniel Mack2010-05-271-7/+30
| * ALSA: usb-audio: parse UAC2 endpoint descriptors correctlyDaniel Mack2010-05-271-13/+42
| * ALSA: usb-audio: fix return valuesDaniel Mack2010-05-271-2/+2
| * ALSA: usb-audio: parse more format descriptors with structsDaniel Mack2010-05-273-17/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-266-1/+126
|\ \ | |/
| * ALSA: usb/caiaq: fix Traktor Kontrol X1 ABS_HAT2X axisDaniel Mack2010-05-251-1/+1
| * ALSA: usb-audio: add support for Akai MPD16Krzysztof Foltman2010-05-215-0/+125
* | 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
OpenPOWER on IntegriCloud