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