aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/usx2y
AgeCommit message (Expand)AuthorFilesLines
2024-05-08ALSA: usb: Use *-y instead of *-objs in MakefileGravatar Takashi Iwai 1-2/+2
2023-09-23ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_byGravatar Kees Cook 2-2/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 3-4/+4
2022-09-27ALSA: usx2y: Replace runtime->status->state reference to runtime->stateGravatar Takashi Iwai 2-4/+2
2022-04-23sound: usb: remove third argument of usb_maxpacket()Gravatar Vincent Mailhol 3-5/+5
2021-12-06ALSA: Fix some typoGravatar Christophe JAILLET 1-1/+1
2021-09-21ALSA: usx2y: Prefer struct_size over open coded arithmeticGravatar Len Baker 1-5/+6
2021-07-05ALSA: usx2y: fix spelling mistakesGravatar gushengxian 2-2/+2
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextGravatar Takashi Iwai 1-1/+1
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Gravatar Takashi Iwai 1-1/+1
2021-05-17ALSA: usx2y: Nuke pcm_listGravatar Takashi Iwai 2-4/+1
2021-05-17ALSA: usx2y: Cleanup probe and disconnect callbacksGravatar Takashi Iwai 1-67/+40
2021-05-17ALSA: usx2y: Don't call free_pages_exact() with NULL addressGravatar Takashi Iwai 1-2/+5
2021-05-17ALSA: usx2y: Fix shmem initializationGravatar Takashi Iwai 2-9/+10
2021-05-17ALSA: usxy2: Fix potential doubly allocationsGravatar Takashi Iwai 1-3/+6
2021-05-17ALSA: usx2y: Fix potential memory leaksGravatar Takashi Iwai 1-6/+33
2021-05-17ALSA: usx2y: Avoid self-killingGravatar Takashi Iwai 1-1/+0
2021-05-17ALSA: usx2y: Fix potential leaks of uninitialized memoryGravatar Takashi Iwai 4-10/+15
2021-05-17ALSA: usx2y: Coding style fixesGravatar Takashi Iwai 9-320/+381
2021-05-17ALSA: usx2y: Fix spacesGravatar Takashi Iwai 9-211/+256
2021-05-17ALSA: usx2y: Avoid camelCaseGravatar Takashi Iwai 8-649/+649
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2020-09-25sound: usx2y: move to use usb_control_msg_send()Gravatar Greg Kroah-Hartman 1-34/+8
2020-09-25Revert "sound: usx2y: move to use usb_control_msg_send()"Gravatar Oliver Neukum 1-8/+34
2020-09-16sound: usx2y: move to use usb_control_msg_send()Gravatar Greg Kroah-Hartman 1-34/+8
2020-05-07ALSA: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-04-21ALSA: usx2y: Fix potential NULL dereferenceGravatar Takashi Iwai 1-0/+2
2020-02-18ALSA: usx2y: use for_each_pcm_streams() macroGravatar Kuninori Morimoto 1-4/+5
2020-01-05ALSA: usx2y: More constificationsGravatar Takashi Iwai 2-4/+4
2020-01-03ALSA: usx2y: Constify struct snd_usb_audio_quirk entriesGravatar Takashi Iwai 2-9/+9
2020-01-03ALSA: usb: Constify snd_pcm_hardware definitionsGravatar Takashi Iwai 2-2/+2
2019-12-18ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_statusGravatar Nathan Chancellor 1-1/+1
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 2-2/+0
2019-12-11ALSA: usx2y: Use managed buffer allocationGravatar Takashi Iwai 2-26/+18
2019-11-06ALSA: usb: Remove superfluous snd_dma_continuous_data()Gravatar Takashi Iwai 2-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 6-84/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 2-28/+2
2019-04-29ALSA: usx2y: fix a double free bugGravatar Wenwen Wang 1-3/+1
2019-03-27ALSA: us122l: Use alloc_pages_exact()Gravatar Takashi Iwai 1-12/+8
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Gravatar Takashi Iwai 3-4/+8
2019-03-13ALSA: usx2y: Fix potential NULL pointer dereferenceGravatar Aditya Pakki 1-0/+5
2019-02-06ALSA: usb: Drop superfluous PCM preallocation error checksGravatar Takashi Iwai 2-22/+18
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-3/+8
2018-04-25ALSA: usx2y: Change return type to vm_fault_tGravatar Souptick Joarder 3-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 2-4/+4
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-40/+31
2017-12-28usx2y: don't bother with memdup_user() for 16-byte structureGravatar Al Viro 1-25/+18
2017-12-28usx2y: don't bother with access_ok() in ->dsp_load()Gravatar Al Viro 1-15/+13
2017-11-27sound: annotate ->poll() instancesGravatar Al Viro 2-4/+4
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 6-0/+6