summaryrefslogtreecommitdiff
path: root/sound/usb/usx2y
AgeCommit message (Expand)Author
2024-11-13ALSA: us122l: Drop mmap_count fieldTakashi Iwai
2024-11-13ALSA: us122l: Use snd_card_free_when_closed() at disconnectionTakashi Iwai
2024-11-13ALSA: usx2y: Use snd_card_free_when_closed() at disconnectionTakashi Iwai
2024-08-09ALSA: usx2y: Drop no longer used variableTakashi Iwai
2024-08-08ALSA: usx2y: Use standard print APITakashi Iwai
2024-05-08ALSA: usb: Use *-y instead of *-objs in MakefileTakashi Iwai
2023-09-23ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_byKees Cook
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-09-27ALSA: usx2y: Replace runtime->status->state reference to runtime->stateTakashi Iwai
2022-04-23sound: usb: remove third argument of usb_maxpacket()Vincent Mailhol
2021-12-06ALSA: Fix some typoChristophe JAILLET
2021-09-21ALSA: usx2y: Prefer struct_size over open coded arithmeticLen Baker
2021-07-05ALSA: usx2y: fix spelling mistakesgushengxian
2021-05-25Merge branch 'topic/pci-rescan-prep-v2' into for-nextTakashi Iwai
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai
2021-05-17ALSA: usx2y: Nuke pcm_listTakashi Iwai
2021-05-17ALSA: usx2y: Cleanup probe and disconnect callbacksTakashi Iwai
2021-05-17ALSA: usx2y: Don't call free_pages_exact() with NULL addressTakashi Iwai
2021-05-17ALSA: usx2y: Fix shmem initializationTakashi Iwai
2021-05-17ALSA: usxy2: Fix potential doubly allocationsTakashi Iwai
2021-05-17ALSA: usx2y: Fix potential memory leaksTakashi Iwai
2021-05-17ALSA: usx2y: Avoid self-killingTakashi Iwai
2021-05-17ALSA: usx2y: Fix potential leaks of uninitialized memoryTakashi Iwai
2021-05-17ALSA: usx2y: Coding style fixesTakashi Iwai
2021-05-17ALSA: usx2y: Fix spacesTakashi Iwai
2021-05-17ALSA: usx2y: Avoid camelCaseTakashi Iwai
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2020-09-25sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman
2020-09-25Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum
2020-09-16sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman
2020-05-07ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-21ALSA: usx2y: Fix potential NULL dereferenceTakashi Iwai
2020-02-18ALSA: usx2y: use for_each_pcm_streams() macroKuninori Morimoto
2020-01-05ALSA: usx2y: More constificationsTakashi Iwai
2020-01-03ALSA: usx2y: Constify struct snd_usb_audio_quirk entriesTakashi Iwai
2020-01-03ALSA: usb: Constify snd_pcm_hardware definitionsTakashi Iwai
2019-12-18ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_statusNathan Chancellor
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-11ALSA: usx2y: Use managed buffer allocationTakashi Iwai
2019-11-06ALSA: usb: Remove superfluous snd_dma_continuous_data()Takashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-04-29ALSA: usx2y: fix a double free bugWenwen Wang
2019-03-27ALSA: us122l: Use alloc_pages_exact()Takashi Iwai
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai
2019-03-13ALSA: usx2y: Fix potential NULL pointer dereferenceAditya Pakki
2019-02-06ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-25ALSA: usx2y: Change return type to vm_fault_tSouptick Joarder
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds