summaryrefslogtreecommitdiffstats
path: root/sound/pci/riptide/riptide.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: riptide: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai2024-02-121-9/+2
* ALSA: riptide: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-8/+8
* ALSA: riptide: Fix the missing snd_card_free() call at probe errorTakashi Iwai2022-04-121-1/+7
* ALSA: riptide: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-67/+22
* ALSA: riptide: Fix assignment in if conditionTakashi Iwai2021-06-091-35/+53
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* ALSA: riptide: Replace tasklet with threaded irqTakashi Iwai2020-09-091-9/+11
* ALSA: riptide: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-3/+3
* ALSA: riptide: More constificationsTakashi Iwai2020-01-051-30/+30
* ALSA: pci: Constify snd_ac97_bus_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: riptide: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: riptide: Use managed buffer allocationTakashi Iwai2019-12-111-6/+4
* ALSA: pci: Avoid non-standard macro usageTakashi Iwai2019-11-061-2/+2
* ALSA: pci: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-061-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* ALSA: pci: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+2
* ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai2019-01-151-1/+0
* ALSA: riptide: Properly endian notationsTakashi Iwai2018-07-271-4/+4
* ALSA: riptide: Fix PCM format type conversionTakashi Iwai2018-07-271-1/+1
* ALSA: riptide: make snd_pcm_hardware constBhumika Goyal2017-08-121-2/+2
* Annotate hardware config module parameters in sound/pci/David Howells2017-04-201-3/+3
* ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick2016-11-131-1/+1
* ALSA: pci: constify local structuresJulia Lawall2016-09-121-1/+1
* ALSA: constify snd_pcm_ops structuresJulia Lawall2016-09-021-2/+2
* ALSA: riptide: Use DIV_ROUND_UPAmitoj Kaur Chawla2016-06-301-1/+1
* ALSA: off by one bug in snd_riptide_joystick_probe()Dan Carpenter2015-02-091-8/+19
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai2015-01-111-14/+0
|\
| * ALSA: riptide: Simplify PM callbacksTakashi Iwai2015-01-091-14/+0
* | ALSA: riptide: Remove always NULL parameterLars-Peter Clausen2015-01-021-7/+2
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-2/+2
* ALSA: riptide: fix %d confusingly prefixed with 0x in format stringsHans Wennborg2014-08-041-2/+2
* ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai2013-05-291-2/+0
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-10/+10
* ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-141-3/+3
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-10/+16
* ALSA: riptide: remove redundant NULL test before release_firmware()Jesper Juhl2012-04-101-2/+1
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-311-0/+1
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-1/+1
* ALSA: use KBUILD_MODNAME for request_irq argument in sound/pci/*Takashi Iwai2011-06-101-1/+1
* ALSA: Use KBUILD_MODNAME for pci_driver.name entriesTakashi Iwai2011-06-101-2/+2
* ALSA: riptide - Fix detection / load of firmware filesTakashi Iwai2010-08-161-6/+5
* ALSA: riptide: check kzalloc() resultKulikov Vasiliy2010-07-191-0/+6
* ALSA: alsa: riptide: don't use own hex_to_bin() methodAndy Shevchenko2010-06-171-6/+6
* ALSA: riptide: clean up while loopDan Carpenter2010-03-031-3/+3
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-02-171-1/+1
|\