aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y/usX2Yhwdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2021-05-17ALSA: usx2y: Fix shmem initializationTakashi Iwai1-9/+9
2021-05-17ALSA: usx2y: Avoid self-killingTakashi Iwai1-1/+0
2021-05-17ALSA: usx2y: Fix potential leaks of uninitialized memoryTakashi Iwai1-4/+4
2021-05-17ALSA: usx2y: Coding style fixesTakashi Iwai1-18/+20
2021-05-17ALSA: usx2y: Fix spacesTakashi Iwai1-27/+25
2021-05-17ALSA: usx2y: Avoid camelCaseTakashi Iwai1-28/+28
2020-01-05ALSA: usx2y: More constificationsTakashi Iwai1-1/+1
2020-01-03ALSA: usx2y: Constify struct snd_usb_audio_quirk entriesTakashi Iwai1-5/+5
2019-12-18ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_statusNathan Chancellor1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, take#2Takashi Iwai1-1/+2
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-15/+13
2017-12-28usx2y: don't bother with access_ok() in ->dsp_load()Al Viro1-15/+13
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
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-4/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+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
2009-11-24sound: usxxx: cleanup chip fieldClemens Ladisch1-3/+3
2009-11-24sound: usb: make the USB MIDI module more independentClemens Ladisch1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-04-14ALSA: sound/usb: use memdup_user()Li Zefan1-7/+6
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-3/+0
2009-02-26ALSA: sound/usb/usx2y: fix sparse warning: Should it be static?Hannes Eder1-3/+0
2009-02-05ALSA: Remove superfluous hwdep opsTakashi Iwai1-12/+0
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] alsa: usx2y nopageNick Piggin1-13/+10
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin1-1/+1
2006-01-03[ALSA] Remove xxx_t typedefs: USB-USX2YTakashi Iwai1-29/+33
2006-01-03[ALSA] usx2y - Code clean upTakashi Iwai1-6/+7
2005-11-04[ALSA] Add missing KERN_* prefixTakashi Iwai1-5/+5
2005-07-28[ALSA] Fix-up sleeping in sound/usbNishanth Aravamudan1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+280