aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usbmixer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-12ALSA: usbmixer: rename usbmixer.[ch] -> mixer.[ch]Daniel Mack1-1920/+0
2010-03-12ALSA: usb-mixer: factor out quirksDaniel Mack1-414/+11
2010-03-12ALSA: usb-mixer: use defines from audio.hDaniel Mack1-21/+6
2010-03-05ALSA: usb-audio: refactor codeDaniel Mack1-0/+1
2010-03-05ALSA: usb-audio: header file cleanupsDaniel Mack1-0/+1
2010-02-23ALSA: usbaudio: consolidate header filesDaniel Mack1-31/+31
2010-02-23ALSA: usbmixer: bail out early when parsing audio class v2 descriptorsDaniel Mack1-1/+12
2010-02-23ALSA: usbaudio: introduce new types for audio class v2Daniel Mack1-7/+7
2010-02-23ALSA: usbaudio: parse USB descriptors with structsDaniel Mack1-17/+20
2010-02-16ALSA: usbmixer - use MAX_ID_ELEMS where possibleJaroslav Kysela1-2/+3
2010-02-16ALSA: usbmixer - add usb_id value to usbmixer proc fileJaroslav Kysela1-2/+3
2010-02-16ALSA: usbmixer - introduce /proc/asound/card#/usbmixer fileJaroslav Kysela1-14/+61
2010-02-12Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-49/+76
2010-02-11ALSA: usbmixer - add possibility to remap dB valuesJaroslav Kysela1-49/+76
2009-12-28ALSA: usb-audio - Added functionality for E-mu 0404USB/0202USB/TrackerPreSergiy Kovalchuk1-4/+71
2009-11-17ALSA: usb - Quirk to disable master volume control in PCM2702Javier Kohen1-0/+9
2009-10-02ALSA: usb - Use strlcat() correctlyTakashi Iwai1-9/+14
2009-09-10Merge branch 'topic/usb-audio' into for-linusTakashi Iwai1-0/+60
2009-09-10Merge branch 'topic/tlv-minmax' into for-linusTakashi Iwai1-2/+11
2009-07-22ALSA: usb-audio - Volume control quirk for QuickCam E 3500Alexey Fisher1-5/+20
2009-07-15sound: usb-audio: Xonar U1 digital output supportClemens Ladisch1-0/+60
2009-06-17ALSA: usb-audio - Correct bogus volume dB informationTakashi Iwai1-0/+9
2009-06-17ALSA: usb-audio - Use the new TLV_DB_MINMAX typeTakashi Iwai1-2/+2
2009-06-12trivial: remove extra spaceViral Mehta1-1/+1
2009-03-24Merge branch 'topic/usb-audio' into for-linusTakashi Iwai1-58/+84
2009-02-05ALSA: usb - Add missing KERN_* prefix to printkTakashi Iwai1-1/+4
2009-02-05ALSA: Remove superfluous hwdep opsTakashi Iwai1-21/+1
2009-01-17Merge branch 'topic/usb-mixer-cache' into next/usb-audioTakashi Iwai1-52/+70
2009-01-15ALSA: usb-audio - Cache mixer valuesTakashi Iwai1-52/+70
2009-01-07ALSA: preliminary support for Toshiba SB-0500Andrea Borgia1-5/+10
2009-01-04ALSA: sound/usb: Use negated usb_endpoint_xfer_control, etcJulia Lawall1-2/+1
2009-01-01ALSA: sound/usb: use USB API functions rather than constantsJulia Lawall1-3/+3
2008-08-15ALSA: usb-audio - Add ignore_ctl_error parameterTakashi Iwai1-4/+3
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-1/+2
2008-08-06ALSA: snd_usb_audio: fix SB Extigy IR Remote regressionPhillip Michael Jordan1-4/+5
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] usb-audio - SB Live24-External better handlingTimofei Bondarenko1-5/+28
2007-10-16[ALSA] fix selector unit bug affecting some USB speakerphonesRuss Cox1-1/+1
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-8/+1
2007-05-16[ALSA] usbaudio - Coping with short replies in usbmixerThomas Reitmayr1-1/+1
2007-01-09[ALSA] usb: usbmixer error path fixMariusz Kozlowski1-1/+1
2006-12-01usb: usbmixer free kill urb cleanupMariusz Kozlowski1-6/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-09-23[ALSA] Add TLV support to snd-usb-audio driverTakashi Iwai1-0/+27
2006-06-22[ALSA] add support for SB Live! 24-Bit External remote controlRaimonds Cicans1-28/+40
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-03-31[ALSA] Test volume resolution of usb audio at initializationTakashi Iwai1-3/+34
2006-03-22[ALSA] fix resource leak in usbmixerJesper Juhl1-0/+1
2006-03-22[ALSA] fix usbmixer double kfreeDave Jones1-1/+0
2006-01-03[ALSA] Remove xxx_t typedefs: USB-AudioTakashi Iwai1-94/+89