aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y/us122l.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai1-1/+1
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai1-1/+1
2021-05-17ALSA: usx2y: Coding style fixesTakashi Iwai1-12/+13
2021-05-17ALSA: usx2y: Fix spacesTakashi Iwai1-16/+22
2020-09-25sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman1-34/+8
2020-09-25Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum1-8/+34
2020-09-16sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman1-34/+8
2020-01-03ALSA: usx2y: Constify struct snd_usb_audio_quirk entriesTakashi Iwai1-4/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2018-04-25ALSA: usx2y: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+18
2017-12-28usx2y: don't bother with memdup_user() for 16-byte structureAl Viro1-25/+18
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-09-07ALSA: us122l: Use common error handling code in us122l_create_card()Markus Elfring1-4/+6
2017-08-06ALSA: us122l: constify usb_device_id.Arvind Yadav1-1/+1
2017-05-15ALSA: us122l: clean up US144 handlingJohan Hovold1-18/+18
2017-04-17ALSA: usb-audio: replace /proc/bus/usb by /dev/bus/usbMauro Carvalho Chehab1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+2
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai1-5/+6
2013-10-15ALSA: us122l: Fix pcm_usb_stream mmapping regressionTakashi Iwai1-1/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-18USB: convert sound/* to use module_usb_driver()Greg Kroah-Hartman1-13/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-01-11ALSA: snd-usb-us122l: Fix missing NULL checksKarsten Wiese1-21/+20
2010-04-16Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into develJaroslav Kysela1-0/+1
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-03-05ALSA: usb-audio: refactor codeDaniel Mack1-1/+1
2010-03-05ALSA: usb-audio: header file cleanupsDaniel Mack1-0/+1
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 Hansen1-6/+22
2009-11-24sound: usxxx: cleanup chip fieldClemens Ladisch1-35/+33
2009-11-24sound: usb: make the USB MIDI module more independentClemens Ladisch1-11/+11
2009-11-01Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+1
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 Dobriyan1-1/+1
2009-09-22ALSA: snd-usb-us122l: add support for US-144Tobias Hansen1-8/+67
2009-07-02ALSA: usx2y - reparent sound deviceTakashi Iwai1-1/+1
2009-04-21Merge branch 'fix/usx2y' into for-linusTakashi Iwai1-2/+10
2009-04-20ALSA: us122l: add snd_us122l_free()Karsten Wiese1-2/+10
2009-04-14ALSA: sound/usb: use memdup_user()Li Zefan1-7/+3
2009-01-12ALSA: Return proper error code at probe in sound/usb/*Takashi Iwai1-20/+31
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+5
2009-01-02ALSA: Use usb_set/get_intfdataJulia Lawall1-2/+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 Wiese1-0/+692