aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y/usbusx2yaudio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_byKees Cook2023-09-231-1/+1
* ALSA: usx2y: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+1
* sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* ALSA: usx2y: Prefer struct_size over open coded arithmeticLen Baker2021-09-211-5/+6
* ALSA: usx2y: fix spelling mistakesgushengxian2021-07-051-1/+1
* ALSA: usx2y: Nuke pcm_listTakashi Iwai2021-05-171-3/+1
* ALSA: usx2y: Coding style fixesTakashi Iwai2021-05-171-101/+119
* ALSA: usx2y: Fix spacesTakashi Iwai2021-05-171-60/+80
* ALSA: usx2y: Avoid camelCaseTakashi Iwai2021-05-171-224/+224
* ALSA: usx2y: Fix potential NULL dereferenceTakashi Iwai2020-04-211-0/+2
* ALSA: usx2y: use for_each_pcm_streams() macroKuninori Morimoto2020-02-181-4/+5
* ALSA: usx2y: More constificationsTakashi Iwai2020-01-051-3/+3
* ALSA: usb: Constify snd_pcm_hardware definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: usx2y: Use managed buffer allocationTakashi Iwai2019-12-111-17/+9
* ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-061-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-061-11/+10
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+5
* ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai2017-10-111-0/+3
* ALSA: usb: constify snd_pcm_ops structuresArvind Yadav2017-08-191-1/+1
* ALSA: usx2y: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-121-6/+3
* ALSA: usx2y: fix inconsistent indenting on if statementColin Ian King2015-12-021-1/+1
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-091-7/+2
* ALSA: usx2y: Don't peep the card internal objectTakashi Iwai2014-02-171-26/+34
* ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack2013-10-021-19/+3
* ALSA: usx2y: Fix unlocked snd_pcm_stop() callTakashi Iwai2013-07-151-0/+4
* ALSA: usx2y: remove some old dead codeDan Carpenter2013-06-171-3/+0
* ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch2013-04-291-1/+0
* ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.cMasanari Iida2012-02-151-2/+2
* sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2010-03-301-0/+1
* sound: usxxx: cleanup chip fieldClemens Ladisch2009-11-241-15/+15
* sound: usb: make the USB MIDI module more independentClemens Ladisch2009-11-241-2/+2
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-3/+4
* ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai2009-04-281-1/+2
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] usbusx2yaudio: kfree(NULL) is validRichard Knutsson2007-07-201-4/+3
* [ALSA] Repair snd-usb-usx2y over OHCIKarsten Wiese2007-01-231-1/+1
* [ALSA] Repair snd-usb-usx2y for usb 2.6.18Karsten Wiese2006-10-061-12/+6
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-5/+5
* [ALSA] semaphore -> mutex (Archs, misc buses)Ingo Molnar2006-03-221-4/+4
* [ALSA] Remove xxx_t typedefs: USB-USX2YTakashi Iwai2006-01-031-94/+115
* [ALSA] usx2y - Code clean upTakashi Iwai2006-01-031-97/+87
* [ALSA] Remove superfluous pcm_free callbacksTakashi Iwai2006-01-031-3/+1
* [ALSA] Add missing KERN_* prefixTakashi Iwai2005-11-041-12/+11
* [ALSA] Replace with kzalloc() - othersTakashi Iwai2005-09-121-1/+1
* [ALSA] Remove redundant NULL checks before kfreeJesper Juhl2005-06-221-4/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1026