summaryrefslogtreecommitdiffstats
path: root/sound/isa/gus/gusmax.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: gus: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-45/+20
* ALSA: gus: Fix assignment in if conditionTakashi Iwai2021-06-091-12/+24
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-2/+1
* ALSA: gus: More constificationsTakashi Iwai2020-01-051-3/+3
* ALSA: gus: Support PCM sync_stopTakashi Iwai2019-12-111-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-4/+4
* ALSA: gusmax: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2015-01-021-2/+2
* ALSA: gus: Remove always NULL parametersLars-Peter Clausen2015-01-021-2/+2
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-4/+2
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-8/+8
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-1/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* sound: Remove unnecessary casts of private_dataJoe Perches2010-09-071-2/+2
* ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-4/+4
* ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt2008-08-061-22/+26
* ALSA: wss_lib: rename cs4231.h into wss.hKrzysztof Helt2008-08-061-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [ALSA] isa_bus device/driver namingRene Herman2007-05-111-2/+2
* [ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai2007-05-111-51/+16
* [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-141-6/+7
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-04-121-0/+4
* [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-121-10/+4
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-221-1/+3
* [ALSA] unregister platform devicesClemens Ladisch2006-01-031-2/+14
* [ALSA] gus - Use platform_deviceTakashi Iwai2006-01-031-45/+72
* [ALSA] Remove xxx_t typedefs: ISA GUSTakashi Iwai2006-01-031-13/+13
* [ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai2005-09-121-83/+62
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+400