aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/riptide (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ALSA: riptide: More constificationsTakashi Iwai1-30/+30
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: riptide: Support PCM sync_stopTakashi Iwai1-0/+1
2019-12-11ALSA: pci: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: riptide: Use managed buffer allocationTakashi Iwai1-6/+4
2019-11-06ALSA: pci: Avoid non-standard macro usageTakashi Iwai1-2/+2
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 Gleixner1-15/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-06ALSA: pci: Clean up with new procfs helpersTakashi Iwai1-4/+2
2019-01-15ALSA: pci: Remove superfluous snd_pcm_suspend*() callsTakashi Iwai1-1/+0
2018-07-27ALSA: riptide: Properly endian notationsTakashi Iwai1-4/+4
2018-07-27ALSA: riptide: Fix PCM format type conversionTakashi Iwai1-1/+1
2017-08-12ALSA: riptide: make snd_pcm_hardware constBhumika Goyal1-2/+2
2017-04-20Annotate hardware config module parameters in sound/pci/David Howells1-3/+3
2016-11-13ALSA: pci: don't opencode IS_REACHABLE()Fabian Frederick1-1/+1
2016-09-12ALSA: pci: constify local structuresJulia Lawall1-1/+1
2016-09-02ALSA: constify snd_pcm_ops structuresJulia Lawall1-2/+2
2016-06-30ALSA: riptide: Use DIV_ROUND_UPAmitoj Kaur Chawla1-1/+1
2015-02-09ALSA: off by one bug in snd_riptide_joystick_probe()Dan Carpenter1-8/+19
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-11Merge branch 'topic/pci-cleanup' into for-nextTakashi Iwai1-14/+0
2015-01-09ALSA: riptide: Simplify PM callbacksTakashi Iwai1-14/+0
2015-01-02ALSA: riptide: Remove always NULL parameterLars-Peter Clausen1-7/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-2/+2
2014-08-04ALSA: riptide: fix %d confusingly prefixed with 0x in format stringsHans Wennborg1-2/+2
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2
2013-05-29ALSA: PCI: Remove superfluous pci_set_drvdata(pci, NULL) at removeTakashi Iwai1-2/+0
2012-12-07ALSA: pci: remove __dev* attributesBill Pemberton1-10/+10
2012-08-14ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai1-3/+3
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-10/+16
2012-04-10ALSA: riptide: remove redundant NULL test before release_firmware()Jesper Juhl1-2/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch1-1/+1
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-2/+2
2010-08-16ALSA: riptide - Fix detection / load of firmware filesTakashi Iwai1-6/+5
2010-07-19ALSA: riptide: check kzalloc() resultKulikov Vasiliy1-0/+6
2010-06-17ALSA: alsa: riptide: don't use own hex_to_bin() methodAndy Shevchenko1-6/+6
2010-03-03ALSA: riptide: clean up while loopDan Carpenter1-3/+3
2010-02-17Merge branch 'fix/misc' into topic/miscTakashi Iwai1-1/+1
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-2/+2
2009-12-28ALSA: test off by one in setsamplerate()Roel Kluin1-1/+1
2009-07-15ALSA: riptide - proper handling of pci_register_driver for joystickJaswinder Singh Rajput1-2/+5
2009-05-26ALSA: riptide - Fix joystick resource handlingTakashi Iwai1-35/+26
2009-05-26ALSA: riptide - Code clean upTakashi Iwai1-152/+134
2009-05-14ALSA: riptide: postfix increment and off by oneRoel Kluin1-4/+6
2009-01-12ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai1-3/+3