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