aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/6fire/chip.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-15ALSA: 6fire: Drop unnecessary NULL checksTakashi Iwai1-20/+16
2026-04-15ALSA: 6fire: Reduce multi-level conditionals in usb6fire_chip_disconnect()Takashi Iwai1-20/+23
2026-04-15ALSA: 6fire: Fix leftover global pointers after probe failuresTakashi Iwai1-8/+6
2026-04-15ALSA: 6fire: Cover the whole probe and disconnect calls with register_mutexTakashi Iwai1-19/+17
2026-04-10ALSA: 6fire: fix use-after-free on disconnectBerk Cem Goksel1-5/+12
2025-08-12ALSA: 6fire: Clean ups with guard()Takashi Iwai1-21/+19
2025-07-11ALSA: 6fire: Use safer strscpy() instead of strcpy()Takashi Iwai1-2/+2
2024-11-13ALSA: 6fire: Release resources at card releaseTakashi Iwai1-5/+5
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-10-16ALSA: 6fire: remove unused variable cardColin Ian King1-2/+0
2017-09-07ALSA: 6fire: Use common error handling code in usb6fire_chip_probe()Markus Elfring1-18/+13
2017-08-06ALSA: 6fire: constify usb_device_id.Arvind Yadav1-1/+1
2014-02-26ALSA: 6fire: Use standard printk helpersTakashi Iwai1-4/+4
2014-02-12ALSA: usb: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-10-29ALSA: 6fire: Fix probe of multiple cardsTakashi Iwai1-1/+1
2013-06-21ALSA: usb: uniform style used in MODULE_SUPPORTED_DEVICE()Antonio Ospite1-1/+1
2012-12-07ALSA: snd-usb-6fire: remove __dev* attributesBill Pemberton1-2/+2
2012-02-22ALSA: snd-usb-6fire: remove driver version informationTorsten Schenk1-2/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-18USB: convert sound/* to use module_usb_driver()Greg Kroah-Hartman1-13/+2
2011-01-24ALSA: usb/6fire - Driver for TerraTec DMX 6Fire USBTorsten Schenk1-0/+232