summaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire
AgeCommit message (Expand)AuthorLines
2026-04-17ALSA: 6fire: Fix input volume change detectionCássio Gabriel-4/+6
2026-04-15ALSA: 6fire: Drop unnecessary NULL checksTakashi Iwai-20/+16
2026-04-15ALSA: 6fire: Reduce multi-level conditionals in usb6fire_chip_disconnect()Takashi Iwai-20/+23
2026-04-15ALSA: 6fire: Fix leftover global pointers after probe failuresTakashi Iwai-8/+6
2026-04-15ALSA: 6fire: Cover the whole probe and disconnect calls with register_mutexTakashi Iwai-19/+17
2026-04-10ALSA: 6fire: fix use-after-free on disconnectBerk Cem Goksel-5/+12
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+6
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-08-12ALSA: 6fire: Clean ups with guard()Takashi Iwai-85/+59
2025-07-11ALSA: 6fire: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2024-11-13ALSA: 6fire: Release resources at card releaseTakashi Iwai-5/+5
2024-05-08ALSA: usb: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2022-07-25ALSA: usb/6fire: fix repeated words in commentswangjianli-1/+1
2021-10-26ALSA: 6fire: fix control and bulk message timeoutsJohan Hovold-4/+4
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2020-09-25sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman-25/+13
2020-09-25Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum-13/+25
2020-09-16sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman-25/+13
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai-1/+1
2020-01-03ALSA: usb: Constify snd_kcontrol_new itemsTakashi Iwai-4/+4
2019-12-11ALSA: usb: Drop superfluous ioctl PCM opsTakashi Iwai-1/+0
2019-12-11ALSA: 6fire: Use managed buffer allocationTakashi Iwai-16/+1
2019-11-06ALSA: 6fire: Convert to the common vmalloc memallocTakashi Iwai-4/+5
2019-11-06ALSA: 6fire: Drop the dead codeTakashi Iwai-7/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-65/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai-1/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+6
2017-10-16ALSA: 6fire: remove unused variable cardColin Ian King-2/+0
2017-09-07ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()Markus Elfring-18/+13
2017-08-19ALSA: usb: constify snd_pcm_ops structuresArvind Yadav-1/+1
2017-08-06ALSA: 6fire: constify usb_device_id.Arvind Yadav-1/+1
2017-01-12ALSA: usb: Constify snd_rawmidi_opsTakashi Iwai-2/+2
2015-12-08treewide: Fix typos in printkMasanari Iida-1/+1
2014-11-14ALSA: 6fire: Convert byte_rev_table uses to bitrev8Joe Perches-1/+1
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai-13/+4
2014-10-21ALSA: 6fire: Use snd_ctl_enum_info()Takashi Iwai-18/+4
2014-02-26ALSA: 6fire: Use standard printk helpersTakashi Iwai-72/+86
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai-3/+2
2013-10-29ALSA: 6fire: Fix probe of multiple cardsTakashi Iwai-1/+1
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai-17/+102
2013-08-12ALSA: 6fire: make buffers DMA-able (midi)Torsten Schenk-6/+16
2013-08-12ALSA: 6fire: make buffers DMA-able (pcm)Torsten Schenk-2/+41
2013-08-08ALSA: don't push static constants on stack for %*phAndy Shevchenko-2/+2
2013-08-07ALSA: 6fire: fix DMA issues with URB transfer_buffer usageJussi Kivilinna-6/+34
2013-07-21ALSA: usb-audio: 6fire: return correct XRUN indicationEldad Zack-1/+1
2013-07-15ALSA: 6fire: Fix unlocked snd_pcm_stop() callTakashi Iwai-2/+10
2013-06-21ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite-1/+1