summaryrefslogtreecommitdiffstats
path: root/sound/usb/caiaq
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+2
2025-09-01ALSA: caiaq: Use guard() for spin locksTakashi Iwai-26/+13
2024-11-13ALSA: caiaq: Use snd_card_free_when_closed() at disconnectionTakashi Iwai-9/+34
2024-08-09ALSA: caiaq: Fix unused variable warningTakashi Iwai-1/+1
2024-08-08ALSA: snd-usb-caiaq: use snd_pcm_rate_to_rate_bitJerome Brunet-12/+1
2023-10-26ALSA: caiaq: Replace with __packed attributeTakashi Iwai-1/+1
2023-09-15ALSA: caiaq: Fix -Wformat-truncation warningTakashi Iwai-1/+1
2023-05-04ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_...Ruliang Lin-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-14/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-5/+5
2020-07-09ALSA: Replace with fallthrough pseudo keyword in the remaining placesTakashi Iwai-2/+2
2020-01-05ALSA: caiaq: More constificationsTakashi Iwai-16/+16
2020-01-03ALSA: usb: Constify snd_pcm_hardware definitionsTakashi Iwai-1/+1
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai-1/+0
2019-12-11ALSA: caiaq: Use managed buffer allocationTakashi Iwai-10/+3
2019-11-06ALSA: caiaq: Convert to the common vmalloc memallocTakashi Iwai-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-70/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-10-12ALSA: caiaq: Add fall-through annotationTakashi Iwai-0/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai-1/+0
2018-07-02ALSA: usb: caiaq: audio: use irqsave() in USB's complete callbackJohn Ogness-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+4
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+5
2017-10-17Merge branch 'for-linus' into for-nextTakashi Iwai-3/+9
2017-10-11ALSA: caiaq: Fix stray URB at probe error pathTakashi Iwai-3/+9
2017-10-11ALSA: caiaq: Add yet more sanity checks for invalid EPsTakashi Iwai-0/+9
2017-10-11ALSA: caiaq: Add a sanity check for invalid EPsTakashi Iwai-0/+7
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav-1/+1
2017-08-12ALSA: usb: caiaq: audio: Delete two error messages for a failed memory alloca...Markus Elfring-3/+0
2017-08-06ALSA: snd-usb-caiaq: constify usb_device_id.Arvind Yadav-1/+1
2017-01-12ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai-2/+2
2016-08-11ALSA: usb: caiaq: audio: don't print error when allocating urb failsWolfram Sang-1/+0
2015-01-05ALSA: snd-usb-caiaq: fix stream count checkDaniel Mack-1/+1
2014-10-07ALSA: usb: caiaq: check for cdev->n_streams > 1Daniel Mack-0/+5
2014-09-22ALSA: snd-usb-caiaq: Fix LED commands for Kore controllerDaniel Mack-7/+11
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai-3/+3
2013-09-30ALSA: snd-usb-caiaq: LED support for Maschine ControllerHannes Gräuler-0/+122
2013-06-21ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite-14/+14
2013-06-21ALSA: snd-usb-caiaq: use vmalloc buffersAntonio Ospite-8/+6
2013-06-21ALSA: snd-usb-caiaq: remove the unused snd_card_used variableAntonio Ospite-2/+1
2013-04-30ALSA: usb-audio: caiaq: fix endianness bug in snd_usb_caiaq_maschine_dispatchEldad Zack-5/+5
2013-04-29ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch-3/+0
2013-03-07ALSA: snd-usb-caiaq: fix smatch warningsDaniel Mack-5/+5
2013-03-04ALSA: snd-usb-caiaq: switch to dev_*() loggingDaniel Mack-56/+75
2013-03-04ALSA: snd-usb-caiaq: rename 'dev' to 'cdev'Daniel Mack-542/+543
2013-01-29ALSA: caiaq: fix use of MODULE_SUPPORTED_DEVICES()Antonio Ospite-4/+4
2012-12-07ALSA: snd-usb-caiaq: remove __dev* attributesBill Pemberton-7/+7
2012-06-27ALSA: snd-usb-caiaq: initialize card pointerDaniel Mack-1/+1