aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-21ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite1-1/+1
2013-06-17ALSA: usx2y: remove some old dead codeDan Carpenter1-3/+0
2013-04-29ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch3-3/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-3/+3
2012-02-15ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.cMasanari Iida2-3/+3
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-6/+4
2012-01-09ALSA: snd-usb-us122l: Delete calls to preempt_disableKarsten Wiese1-4/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell2-2/+2
2011-11-18USB: convert sound/* to use module_usb_driver()Greg Kroah-Hartman2-25/+2
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-31sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-11ALSA: snd-usb-us122l: Fix missing NULL checksKarsten Wiese1-21/+20
2010-10-17sound: fixed typosAndrea Gelmini1-2/+2
2010-10-11ALSA: sound/usb/usx2y: simplify conditionalNicolas Kaiser1-1/+1
2010-04-16Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into develJaroslav Kysela2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2010-03-05ALSA: usb-audio: refactor codeDaniel Mack2-2/+2
2010-03-05ALSA: usb-audio: header file cleanupsDaniel Mack2-0/+2
2010-02-23ALSA: usbaudio: consolidate header filesDaniel Mack1-2/+4
2009-12-08ALSA: snd-usb-us122l: add product IDs of US-122MKII and US-144MKIITobias Hansen2-6/+24
2009-11-24sound: usxxx: cleanup chip fieldClemens Ladisch7-72/+72
2009-11-24sound: usb: make the USB MIDI module more independentClemens Ladisch6-16/+18
2009-11-01Merge branch 'fix/misc' into topic/miscTakashi Iwai3-3/+3
2009-10-13ALSA: snd-usb-us122l: corrent error number for not probing US-144 on ehci-hcdTobias Hansen1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan3-3/+3
2009-09-22ALSA: snd-usb-us122l: add support for US-144Tobias Hansen1-8/+67
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+4
2009-07-02ALSA: usx2y - reparent sound deviceTakashi Iwai2-2/+2
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai1-1/+2
2009-04-21Merge branch 'fix/usx2y' into for-linusTakashi Iwai2-39/+40
2009-04-20ALSA: us122l: add snd_us122l_free()Karsten Wiese1-2/+10
2009-04-17ALSA: us122l: Fix signedness in comparisionsKarsten Wiese1-37/+30
2009-04-14ALSA: sound/usb: use memdup_user()Li Zefan2-14/+9
2009-03-24Merge branch 'topic/usb-audio' into for-linusTakashi Iwai1-1/+1
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai3-5/+4
2009-03-24Merge branch 'topic/hwdep-cleanup' into for-linusTakashi Iwai1-12/+0
2009-02-26ALSA: sound/usb/usx2y: fix sparse warning: do-while statement is not a compound ...Hannes Eder1-2/+2
2009-02-26ALSA: sound/usb/usx2y: fix sparse warning: Should it be static?Hannes Eder2-3/+2
2009-02-05ALSA: usb - Add missing KERN_* prefix to printkTakashi Iwai1-1/+1
2009-02-05ALSA: Remove superfluous hwdep opsTakashi Iwai1-12/+0
2009-01-12ALSA: Return proper error code at probe in sound/usb/*Takashi Iwai2-37/+59
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2-5/+10
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-02ALSA: Use usb_set/get_intfdataJulia Lawall2-4/+4
2008-12-10ALSA: sound: Make staticRoel Kluin1-1/+2
2008-10-15ALSA: us122l: fix missing unlock in usb_stream_hwdep_vm_fault()Li Zefan1-6/+7
2008-08-01ALSA: Add USB US122L driverKarsten Wiese5-0/+1594
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai3-3/+0