summaryrefslogtreecommitdiffstats
path: root/sound/pci/trident
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-09-01ALSA: trident: Use guard() for spin locksTakashi Iwai-184/+140
2025-09-01ALSA: trident: Use guard() for mutex locksTakashi Iwai-14/+5
2025-07-11ALSA: trident: Use safer strscpy() instead of strcpy()Takashi Iwai-10/+10
2025-04-24ALSA: trident: Use pure devres PCIPhilipp Stanner-1/+1
2025-01-07ALSA: trident: Simplify with str_on_off()Takashi Iwai-2/+2
2024-08-17ALSA: trident: Remove unused declarationsYue Haibing-5/+0
2024-08-08ALSA: trident: Use standard print APITakashi Iwai-5/+5
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2021-07-19ALSA: trident: Allocate resources with device-managed APIsTakashi Iwai-100/+44
2021-06-12ALSA: trident: Fix build errorYueHaibing-1/+1
2021-06-10ALSA: trident: Drop shadow TLB pointer tableTakashi Iwai-48/+17
2021-06-09ALSA: trident: Fix assignment in if conditionTakashi Iwai-44/+81
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-12/+0
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai-2/+1
2020-12-25ALSA: trident: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen-2/+2
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-12-11ALSA: trident: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: trident: Drop superfluous ioctl PCM opsTakashi Iwai-31/+0
2019-12-11ALSA: trident: Use managed buffer allocationTakashi Iwai-30/+19
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai-8/+14
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-63/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai-3/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai-4/+0
2018-07-27ALSA: trident: Proper endian notationsTakashi Iwai-2/+2
2018-07-26ALSA: trident: Suppress gcc string warningTakashi Iwai-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+3
2017-08-12ALSA: trident: make snd_pcm_hardware constBhumika Goyal-5/+5
2017-08-12ALSA: trident: Delete an error message for a failed memory allocation in snd_...Markus Elfring-4/+2
2017-08-10ALSA: trident: constify snd_pcm_ops structuresArvind Yadav-2/+2
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal-11/+11
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall-6/+6
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-3/+2
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai-15/+0
2015-01-09ALSA: trident: Simplify PM callbacksTakashi Iwai-15/+0
2015-01-02ALSA: trident: Remove always NULL parametersLars-Peter Clausen-24/+9
2014-12-02ALSA: trident: Deletion of a check before snd_util_memhdr_free()Markus Elfring-2/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-07-01ALSA: trident: Remove unused variable in trident_memory.cSachin Kamat-2/+1
2014-07-01ALSA: trident: Remove unused variable in trident_main.cSachin Kamat-2/+0
2014-02-26ALSA: trident: Use standard printk helpersTakashi Iwai-41/+48
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai-2/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton-27/+27