aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner6-84/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-28/+2
2019-04-29ALSA: usx2y: fix a double free bugWenwen Wang1-3/+1
2019-03-27ALSA: us122l: Use alloc_pages_exact()Takashi Iwai1-12/+8
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, take#2Takashi Iwai3-4/+8
2019-03-13ALSA: usx2y: Fix potential NULL pointer dereferenceAditya Pakki1-0/+5
2019-02-06ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai2-22/+18
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+8
2018-04-25ALSA: usx2y: Change return type to vm_fault_tSouptick Joarder3-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-40/+31
2017-12-28usx2y: don't bother with memdup_user() for 16-byte structureAl Viro1-25/+18
2017-12-28usx2y: don't bother with access_ok() in ->dsp_load()Al Viro1-15/+13
2017-11-27sound: annotate ->poll() instancesAl Viro2-4/+4
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai6-0/+6
2017-11-06ALSA: usx2y: Fix invalid stream URBsTakashi Iwai1-6/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-11ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai2-0/+8
2017-10-02ALSA: usx2y: Suppress kernel warning at page allocation failuresTakashi Iwai1-2/+4
2017-09-07ALSA: usx2y: Use common error handling code in submit_urbs()Markus Elfring1-8/+10
2017-09-07ALSA: us122l: Use common error handling code in us122l_create_card()Markus Elfring1-4/+6
2017-08-31ALSA: usx2y: Put missing KERN_CONT prefixTakashi Iwai1-2/+2
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav2-2/+2
2017-08-12ALSA: usx2y: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-6/+3
2017-08-06ALSA: usbusx2y: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-06ALSA: us122l: constify usb_device_id.Arvind Yadav1-1/+1
2017-05-15ALSA: us122l: clean up US144 handlingJohan Hovold2-18/+20
2017-04-17ALSA: usb-audio: replace /proc/bus/usb by /dev/bus/usbMauro Carvalho Chehab3-3/+3
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang3-10/+7
2015-12-02ALSA: usx2y: fix inconsistent indenting on if statementColin Ian King1-1/+1
2015-01-28ALSA: usx2y: Move UAPI definition into include/uapi/sound/usb_stream.hTakashi Iwai1-74/+4
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-7/+2
2014-02-17ALSA: usx2y: Don't peep the card internal objectTakashi Iwai4-79/+61
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai2-10/+12
2013-10-15ALSA: us122l: Fix pcm_usb_stream mmapping regressionTakashi Iwai1-1/+3
2013-10-02ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack2-25/+4
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+4
2013-07-29ALSA: usx2y: remove an unneeded checkDan Carpenter1-5/+3
2013-07-15ALSA: usx2y: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+4
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