aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_audio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-06-23ALSA: usb-audio: unify UAC macros and struct namesDaniel Mack1-3/+3
2010-06-01usb/gadget: Replace the old USB audio FU definitions in f_audio.cTakashi Iwai1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-23usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.hDaniel Mack1-3/+3
2009-12-23USB: audio gadget: free alsa devices when unloadingCliff Cai1-1/+1
2009-12-23USB: audio gadget: fix wTotalLength calculationCliff Cai1-1/+4
2009-12-23USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall1-3/+5
2009-12-11USB audio gadget: handle endpoint control requests at the function levelLaurent Pinchart1-2/+74
2009-09-23USB audio gadget: Un-inline generic_[gs]et_cmdLaurent Pinchart1-0/+15
2009-09-23USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.hLaurent Pinchart1-40/+40
2009-09-23USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.hLaurent Pinchart1-1/+1
2009-06-15USB: gadget: add USB Audio Gadget driverBryan Wu1-0/+707