aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/caiaq (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-09ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai2-2/+2
2020-01-05ALSA: caiaq: More constificationsTakashi Iwai3-16/+16
2020-01-03ALSA: usb: Constify snd_pcm_hardware definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-12-11ALSA: caiaq: Use managed buffer allocationTakashi Iwai1-10/+3
2019-11-06ALSA: caiaq: Convert to the common vmalloc memallocTakashi Iwai1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-70/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-10-12ALSA: caiaq: Add fall-through annotationTakashi Iwai1-0/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2018-07-02ALSA: usb: caiaq: audio: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai1-3/+9
2017-10-11ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai1-3/+9
2017-10-11ALSA: caiaq: Add yet more sanity checks for invalid EPsTakashi Iwai1-0/+9
2017-10-11ALSA: caiaq: Add a sanity check for invalid EPsTakashi Iwai1-0/+7
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-12ALSA: usb: caiaq: audio: Delete two error messages for a failed memory allocation in alloc_urbs()Markus Elfring1-3/+0
2017-08-06ALSA: snd-usb-caiaq: constify usb_device_id.Arvind Yadav1-1/+1
2017-01-12ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2016-08-11ALSA: usb: caiaq: audio: don't print error when allocating urb failsWolfram Sang1-1/+0
2015-01-05ALSA: snd-usb-caiaq: fix stream count checkDaniel Mack1-1/+1
2014-10-07ALSA: usb: caiaq: check for cdev->n_streams > 1Daniel Mack1-0/+5
2014-09-22ALSA: snd-usb-caiaq: Fix LED commands for Kore controllerDaniel Mack1-7/+11
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+3
2013-09-30ALSA: snd-usb-caiaq: LED support for Maschine ControllerHannes Gräuler3-0/+122
2013-06-21ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite1-14/+14
2013-06-21ALSA: snd-usb-caiaq: use vmalloc buffersAntonio Ospite1-8/+6
2013-06-21ALSA: snd-usb-caiaq: remove the unused snd_card_used variableAntonio Ospite1-2/+1
2013-04-30ALSA: usb-audio: caiaq: fix endianness bug in snd_usb_caiaq_maschine_dispatchEldad Zack1-5/+5
2013-04-29ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch1-3/+0
2013-03-07ALSA: snd-usb-caiaq: fix smatch warningsDaniel Mack2-5/+5
2013-03-04ALSA: snd-usb-caiaq: switch to dev_*() loggingDaniel Mack6-56/+75
2013-03-04ALSA: snd-usb-caiaq: rename 'dev' to 'cdev'Daniel Mack10-542/+543
2013-01-29ALSA: caiaq: fix use of MODULE_SUPPORTED_DEVICES()Antonio Ospite1-4/+4
2012-12-07ALSA: snd-usb-caiaq: remove __dev* attributesBill Pemberton2-7/+7
2012-06-27ALSA: snd-usb-caiaq: initialize card pointerDaniel Mack1-1/+1
2012-02-22ALSA: snd-usb-caiaq: Fix the return of XRUNMark Hills1-1/+4
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-12/+1
2011-10-13ALSA: snd-usb-caiaq: Add support for MaschineWilliam Light3-2/+158
2011-10-13ALSA: snd-usb-caiaq: Fix NULL dereference in input.cWilliam Light1-1/+3
2011-08-14ALSA: snd_usb_caiaq: track submitted output urbsDaniel Mack2-4/+28
2011-08-10ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_descDaniel Mack1-2/+4
2011-08-06ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3Daniel Mack1-1/+1
2011-03-11Merge branch 'fix/misc' into topic/miscTakashi Iwai2-2/+2
2011-02-14ALSA: caiaq - Fix possible string-buffer overflowTakashi Iwai2-2/+2