aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/usx2y/usbusx2yaudio.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_byKees Cook1-1/+1
2022-09-27ALSA: usx2y: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+1
2022-04-23sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2021-09-21ALSA: usx2y: Prefer struct_size over open coded arithmeticLen Baker1-5/+6
2021-07-05ALSA: usx2y: fix spelling mistakesgushengxian1-1/+1
2021-05-17ALSA: usx2y: Nuke pcm_listTakashi Iwai1-3/+1
2021-05-17ALSA: usx2y: Coding style fixesTakashi Iwai1-101/+119
2021-05-17ALSA: usx2y: Fix spacesTakashi Iwai1-60/+80
2021-05-17ALSA: usx2y: Avoid camelCaseTakashi Iwai1-224/+224
2020-04-21ALSA: usx2y: Fix potential NULL dereferenceTakashi Iwai1-0/+2
2020-02-18ALSA: usx2y: use for_each_pcm_streams() macroKuninori Morimoto1-4/+5
2020-01-05ALSA: usx2y: More constificationsTakashi Iwai1-3/+3
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: usx2y: Use managed buffer allocationTakashi Iwai1-17/+9
2019-11-06ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-02-06ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai1-11/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+5
2017-10-11ALSA: usx2y: Add sanity checks for invalid EPsTakashi Iwai1-0/+3
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-08-12ALSA: usx2y: Delete an error message for a failed memory allocation in two fu...Markus Elfring1-6/+3
2015-12-02ALSA: usx2y: fix inconsistent indenting on if statementColin Ian King1-1/+1
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-7/+2
2014-02-17ALSA: usx2y: Don't peep the card internal objectTakashi Iwai1-26/+34
2013-10-02ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack1-19/+3
2013-07-15ALSA: usx2y: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+4
2013-06-17ALSA: usx2y: remove some old dead codeDan Carpenter1-3/+0
2013-04-29ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch1-1/+0
2012-02-15ALSA: usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.cMasanari Iida1-2/+2
2011-10-31sound: add moduleparam.h to users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-24sound: usxxx: cleanup chip fieldClemens Ladisch1-15/+15
2009-11-24sound: usb: make the USB MIDI module more independentClemens Ladisch1-2/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+4
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai1-1/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-07-20[ALSA] usbusx2yaudio: kfree(NULL) is validRichard Knutsson1-4/+3
2007-01-23[ALSA] Repair snd-usb-usx2y over OHCIKarsten Wiese1-1/+1
2006-10-06[ALSA] Repair snd-usb-usx2y for usb 2.6.18Karsten Wiese1-12/+6
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+5
2006-03-22[ALSA] semaphore -> mutex (Archs, misc buses)Ingo Molnar1-4/+4
2006-01-03[ALSA] Remove xxx_t typedefs: USB-USX2YTakashi Iwai1-94/+115
2006-01-03[ALSA] usx2y - Code clean upTakashi Iwai1-97/+87
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-3/+1
2005-11-04[ALSA] Add missing KERN_* prefixTakashi Iwai1-12/+11
2005-09-12[ALSA] Replace with kzalloc() - othersTakashi Iwai1-1/+1
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-4/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1026