summaryrefslogtreecommitdiffstats
path: root/sound/pci/riptide
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-07-11ALSA: riptide: Use safer strscpy() instead of strcpy()Takashi Iwai-3/+3
2025-04-24ALSA: riptide: Use pure devres PCIPhilipp Stanner-1/+1
2024-08-08ALSA: riptide: Use standard print APITakashi Iwai-95/+98
2024-05-08ALSA: pci: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2024-02-12ALSA: riptide: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai-9/+2
2023-09-15ALSA: riptide: Fix -Wformat-truncation warning for longname stringTakashi Iwai-8/+8
2022-04-12ALSA: riptide: Fix the missing snd_card_free() call at probe errorTakashi Iwai-1/+7
2021-07-19ALSA: riptide: Allocate resources with device-managed APIsTakashi Iwai-67/+22
2021-06-09ALSA: riptide: Fix assignment in if conditionTakashi Iwai-35/+53
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2020-09-09ALSA: riptide: Replace tasklet with threaded irqTakashi Iwai-9/+11
2020-09-02ALSA: riptide: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-01-05ALSA: riptide: More constificationsTakashi Iwai-30/+30
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: riptide: Support PCM sync_stopTakashi Iwai-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: riptide: Use managed buffer allocationTakashi Iwai-6/+4
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai-2/+2
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-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai-4/+2
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai-1/+0
2018-07-27ALSA: riptide: Properly endian notationsTakashi Iwai-4/+4
2018-07-27ALSA: riptide: Fix PCM format type conversionTakashi Iwai-1/+1
2017-08-12ALSA: riptide: make snd_pcm_hardware constBhumika Goyal-2/+2
2017-04-20Annotate hardware config module parameters in sound/pci/David Howells-3/+3
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick-1/+1
2016-09-12ALSA: pci: constify local structuresJulia Lawall-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall-2/+2
2016-06-30ALSA: riptide: Use DIV_ROUND_UPAmitoj Kaur Chawla-1/+1
2015-02-09ALSA: off by one bug in snd_riptide_joystick_probe()Dan Carpenter-8/+19
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai-14/+0
2015-01-09ALSA: riptide: Simplify PM callbacksTakashi Iwai-14/+0
2015-01-02ALSA: riptide: Remove always NULL parameterLars-Peter Clausen-7/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-2/+2
2014-08-04ALSA: riptide: fix %d confusingly prefixed with 0x in format stringsHans Wennborg-2/+2
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai-2/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton-10/+10
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai-3/+3
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai-10/+16
2012-04-10ALSA: riptide: remove redundant NULL test before release_firmware()Jesper Juhl-2/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker-0/+1