aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/caiaq
AgeCommit message (Expand)AuthorFilesLines
2023-10-26ALSA: caiaq: Replace with __packed attributeTakashi Iwai1-1/+1
2023-09-15ALSA: caiaq: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-05-04ALSA: caiaq: input: Add error handling for unsupported input methods in `snd_...Ruliang Lin1-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-14/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches3-5/+5
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/bro...Takashi 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 alloca...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/tiw...Linus 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
2011-02-14ALSA: snd-usb-caiaq: Add support for Traktor Audio 2Daniel Mack3-0/+8
2010-09-10ALSA: snd-usb-caiaq: Add support for Traktor Kontrol S4Daniel Mack5-49/+596
2010-09-10ALSA: snd-usb-caiaq: drop version numberDaniel Mack1-1/+1
2010-05-29ALSA: snd-usb-caiaq: Bump version number to 1.3.21Mark Hills1-1/+1
2010-05-29ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ"Mark Hills1-6/+0
2010-05-29ALSA: snd-usb-caiaq: Simplify single case to an 'if'Mark Hills1-4/+2
2010-05-29ALSA: snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJMark Hills1-28/+2
2010-05-25ALSA: usb/caiaq: fix Traktor Kontrol X1 ABS_HAT2X axisDaniel Mack1-1/+1
2010-04-16Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Jaroslav Kysela4-45/+249
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-0/+3
2010-03-29ALSA: usb - update gfp/slab.h includesTejun Heo1-0/+1
2010-03-22ALSA: usb/caiaq: Add support for Traktor Kontrol X1Daniel Mack4-45/+248
2010-03-02ALSA: sound/usb/caiaq/midi.h: Checkpatch cleanupAndrea Gelmini1-1/+1
2009-10-30ALSA: snd-usb-caiaq: Bump version number to 1.3.20Mark Hills1-1/+1
2009-10-30ALSA: snd-usb-caiaq: Lock on stream start/unpauseMark Hills1-0/+4
2009-10-30ALSA: snd-usb-caiaq: Missing lock around use of buffer positionsMark Hills1-3/+9
2009-07-23ALSA: snd_usb_caiaq: add support for Audio2DJDaniel Mack3-1/+9
2009-07-02ALSA: snd_usb_caiaq: reparent sound deviceDaniel Mack1-4/+6
2009-06-17ALSA: snd_usb_caiaq: fix legacy input streamingDaniel Mack2-3/+4
2009-06-11ALSA: snd_usb_caiaq: set mixernameDaniel Mack1-1/+2
2009-06-02ALSA: snd_usb_caiaq: bump version numberDaniel Mack1-1/+1
2009-06-02ALSA: snd_usb_caiaq: give better shortnameDaniel Mack1-2/+19
2009-06-02ALSA: snd_usb_caiaq: give better longnameDaniel Mack2-20/+6
2009-06-02ALSA: snd_usb_caiaq: use strlcpyDaniel Mack1-2/+2
2009-06-02ALSA: snd_usb_caiaq: clean whitespacesDaniel Mack3-86/+86
2009-04-27ALSA: snd-usb-caiaq: fix reported elapsed periodsDaniel Mack2-6/+8
2009-04-14ALSA: snd-usb-caiaq: rename files to remove redundant information in file pathesDaniel Mack11-15/+16
2009-04-14ALSA: snd-usb-caiaq: clean up header includesDaniel Mack5-36/+6
2009-03-24Merge branch 'topic/usb-caiaq' into for-linusTakashi Iwai4-11/+76
2009-03-24Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai1-10/+12
2009-03-18ALSA: snd-usb-caiaq: bump version numberDaniel Mack1-1/+1
2009-03-18ALSA: snd-usb-caiaq: drop bogus iso packetsDaniel Mack3-1/+9
2009-03-18ALSA: snd-usb-caiaq: only warn once on streaming errorsDaniel Mack2-2/+4
2009-02-05ALSA: snd-usb-caiaq: Increase version number to 1.3.12Mark Hills1-1/+1
2009-02-05ALSA: snd-usb-caiaq: Remove duplicate A8DJ controlMark Hills1-1/+0
2009-02-05ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJMark Hills1-3/+29
2009-02-05ALSA: snd-usb-caiaq: Set default input mode of A4DJMark Hills1-0/+6
2009-02-05ALSA: snd-usb-caiaq: Send the correct command when setting controlsMark Hills1-1/+1
2009-01-16ALSA: snd-usb-caiaq: support for two more audio devicesDaniel Mack4-7/+31
2009-01-12ALSA: Return proper error code at probe in sound/usb/*Takashi Iwai1-7/+8
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-3/+4
2009-01-09ALSA: caiaq - Version 1.3.10Takashi Iwai1-1/+1
2009-01-08ALSA: caiaq - Fix Oops with MIDITakashi Iwai2-14/+19
2009-01-02ALSA: Use usb_set/get_intfdataJulia Lawall1-2/+2
2008-11-27ALSA: snd-usb-caiaq: clean up the control adding codeDaniel Mack2-44/+31
2008-05-19[ALSA] snd_usb_caiaq: add support for 'Session I/O' interfaceDaniel Mack3-3/+11
2008-05-21caiaq endianness fixAl Viro1-2/+2
2008-04-24[ALSA] snd_usb_caiaq: make high sample rates work with A8DJDaniel Mack2-3/+7
2008-04-24[ALSA] snd_usb_caiaq: correct input channel orderDaniel Mack2-2/+2
2008-04-24[ALSA] snd_usb_caiaq: fix potential lockups lockingDaniel Mack2-44/+31
2008-02-22[ALSA] caiaq - fix section mismatch warningSam Ravnborg1-3/+3
2008-01-31[ALSA] usb/caiaq: decrease period_bytes_minDaniel Mack2-2/+2
2008-01-31[ALSA] sound: fix caiaq section mismatchesRandy Dunlap2-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai5-5/+0
2008-01-31[ALSA] usb-caiaq - add support for Kore controller 2Daniel Mack4-8/+29
2008-01-31[ALSA] caiaq - remove ifdefTakashi Iwai2-5/+2
2008-01-31[ALSA] caiaq - add control API and more input featuresDaniel Mack7-28/+481
2008-01-31[ALSA] caiaq - misc input handling fixesDmitry Torokhov2-65/+71
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-4/+5
2007-10-16[ALSA] caiaq - support for Native Instrument's RigKontrol3Daniel Mack4-4/+43
2007-10-16[ALSA] snd_usb_caiaq_input_free() fixKarsten Wiese1-1/+0
2007-05-11[ALSA] snd-usb-caiaq: Make playback workKarsten Wiese1-7/+8
2007-05-11[ALSA] Add Native Instrument usb audio device supportDaniel Mack9-0/+1707