aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/trident
AgeCommit message (Expand)AuthorFilesLines
2026-05-04ALSA: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-6/+10
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-09-01ALSA: trident: Use guard() for spin locksTakashi Iwai1-184/+140
2025-09-01ALSA: trident: Use guard() for mutex locksTakashi Iwai1-14/+5
2025-07-11ALSA: trident: Use safer strscpy() instead of strcpy()Takashi Iwai2-10/+10
2025-04-24ALSA: trident: Use pure devres PCIPhilipp Stanner1-1/+1
2025-01-07ALSA: trident: Simplify with str_on_off()Takashi Iwai1-2/+2
2024-08-17ALSA: trident: Remove unused declarationsYue Haibing1-5/+0
2024-08-08ALSA: trident: Use standard print APITakashi Iwai1-5/+5
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai1-1/+1
2021-07-19ALSA: trident: Allocate resources with device-managed APIsTakashi Iwai4-100/+44
2021-06-12ALSA: trident: Fix build errorYueHaibing1-1/+1
2021-06-10ALSA: trident: Drop shadow TLB pointer tableTakashi Iwai3-48/+17
2021-06-09ALSA: trident: Fix assignment in if conditionTakashi Iwai2-44/+81
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-12/+0
2021-01-15ALSA: pci: Simplify with dma_set_mask_and_coherent()Takashi Iwai1-2/+1
2020-12-25ALSA: trident: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen1-2/+2
2020-01-03ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: trident: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: trident: Drop superfluous ioctl PCM opsTakashi Iwai1-31/+0
2019-12-11ALSA: trident: Use managed buffer allocationTakashi Iwai1-30/+19
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-8/+14
2019-11-06ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner4-63/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-3/+1
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-4/+0
2018-07-27ALSA: trident: Proper endian notationsTakashi Iwai2-2/+2
2018-07-26ALSA: trident: Suppress gcc string warningTakashi Iwai1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+3
2017-08-12ALSA: trident: make snd_pcm_hardware constBhumika Goyal1-5/+5
2017-08-12ALSA: trident: Delete an error message for a failed memory allocation in snd_...Markus Elfring1-4/+2
2017-08-10ALSA: trident: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-02-21ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal1-11/+11
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-6/+6
2015-04-16ALSA: remove deprecated use of pci apiQuentin Lambert1-2/+2
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2-3/+2
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-15/+0
2015-01-09ALSA: trident: Simplify PM callbacksTakashi Iwai1-15/+0
2015-01-02ALSA: trident: Remove always NULL parametersLars-Peter Clausen3-24/+9
2014-12-02ALSA: trident: Deletion of a check before snd_util_memhdr_free()Markus Elfring1-2/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-01ALSA: trident: Remove unused variable in trident_memory.cSachin Kamat1-2/+1
2014-07-01ALSA: trident: Remove unused variable in trident_main.cSachin Kamat1-2/+0
2014-02-26ALSA: trident: Use standard printk helpersTakashi Iwai1-41/+48
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2-2/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-1/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton2-27/+27
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2-3/+3
2012-07-03ALSA: Move some headers to local directories from include/soundTakashi Iwai4-3/+447
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2-7/+12
2012-04-24ALSA: pci: clean up using module_pci_driver()Takashi Iwai1-13/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-2/+3
2011-06-10ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai1-1/+1
2011-06-10ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang1-2/+2
2009-03-24Merge branch 'topic/misc' into for-linusTakashi Iwai1-26/+31
2009-02-05ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai1-26/+31
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3
2008-08-25ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai1-9/+4
2008-08-13ALSA: Kill snd_assert() in sound/pci/*Takashi Iwai2-16/+30
2008-06-26ALSA: trident - pause s/pdif outputPierre Ossman1-1/+4
2008-05-30[ALSA] trident - clean up obsolete synth codesTakashi Iwai1-178/+0
2008-04-24[ALSA] Fix possible races at free_irq in PCI driversTakashi Iwai1-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai3-3/+0
2008-01-31[ALSA] sound/: Spelling fixesJoe Perches1-21/+21
2008-01-31[ALSA] Remove sequencer instrument layerTakashi Iwai4-1069/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela4-4/+4
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-18/+2
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-3/+1
2007-02-09[ALSA] Add even more 'const' to everything related to TLVTakashi Iwai1-2/+2
2006-12-20[ALSA] Remove IRQF_DISABLED for shared PCI irqsTakashi Iwai1-1/+1
2006-12-20[ALSA] use the ALIGN macroClemens Ladisch1-2/+2
2006-10-22[ALSA] Various fixes for suspend/resume of ALSA PCI driversTakashi Iwai1-9/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+3
2006-09-23[ALSA] Add dB scale information to trident driverTakashi Iwai1-0/+10
2006-07-12[ALSA] Fix section mismatch errors in ALSA PCI driversTakashi Iwai1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-22[ALSA] Change an arugment of snd_mpu401_uart_new() to bit flagsTakashi Iwai1-1/+2
2006-06-22[ALSA] add more sequencer port type information bitsClemens Ladisch1-1/+3
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-06-22[ALSA] trident - Move EXPORT_SYMBOL() to adjacent to each functionTakashi Iwai2-10/+13
2006-04-27[ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-2/+3
2006-03-22[ALSA] semaphore -> mutex (PCI part)Ingo Molnar1-17/+19
2006-01-22[ALSA] Prevent ALSA trident driver from grabbing pcnet32 hardwareJon Mason1-3/+5
2006-01-03[ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch1-12/+4
2006-01-03[ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch1-5/+1
2006-01-03[ALSA] trident - Fix PM supportTakashi Iwai2-25/+22
2006-01-03[ALSA] Remove xxx_t typedefs: PCI TridentTakashi Iwai4-447/+514
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-34/+0
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-04[ALSA] Fix schedule_timeout usageNishanth Aravamudan1-2/+1
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai2-8/+8
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-1/+2
2005-09-12[ALSA] set owner field in struct pci_driverClemens Ladisch1-0/+1
2005-09-12[ALSA] Replace with kzalloc() - pci stuffTakashi Iwai1-2/+2
2005-08-30[ALSA] PCM resume cleanupsJaroslav Kysela1-5/+5
2005-07-28[ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan1-2/+1
2005-07-28[ALSA] trident - Shut up compile warningsTakashi Iwai1-0/+1
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl2-2/+2
2005-06-22[ALSA] Disable MPU401 on SIS7018Takashi Iwai1-1/+2
2005-05-29[ALSA] Replace pci_module_init() with pci_register_driver()Takashi Iwai1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds5-0/+5713