summaryrefslogtreecommitdiffstats
path: root/sound/isa/gus/interwave.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: gus: Fix repeated probe for ISA interwave cardTakashi Iwai2021-09-071-30/+31
* ALSA: gus: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-42/+11
* ALSA: gus: Fix assignment in if conditionTakashi Iwai2021-06-091-32/+58
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-6/+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-5/+5
* ALSA: gus: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: gus: constify pnp_card_device_idArvind Yadav2017-08-171-1/+1
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-5/+5
* ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2015-01-021-5/+5
* ALSA: gus: Remove always NULL parametersLars-Peter Clausen2015-01-021-2/+2
* ALSA: gus: remove checks for CONFIG_SND_DEBUG_ROMPaul Bolle2014-05-301-6/+0
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-7/+6
* ALSA: don't push static constants on stack for %*phAndy Shevchenko2013-08-081-2/+1
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-27/+27
* ALSA: print small buffers via %*ph[C]Andy Shevchenko2012-08-061-3/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai2009-02-161-12/+14
|\
| * ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai2009-01-121-9/+10
| * ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-3/+4
* | ALSA: gus - Add missing KERN_* prefix to printkTakashi Iwai2009-02-051-7/+9
|/
* ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt2008-08-061-27/+38
* 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] sound/isa: kill pnp_resource_changeRene Herman2008-01-311-34/+5
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [ALSA] Fix probe of non-PnP ISA devicesRene Herman2007-05-161-5/+10
* [ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai2007-05-111-64/+37
* [ALSA] sound/isa/gus/interwave.c: check kmalloc() return valueAmit Choudhary2006-10-221-0/+2
* 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
* [PATCH] 64bit resource: fix up printks for resources in sound driversGreg Kroah-Hartman2006-06-271-4/+4
* [ALSA] Remove zero-initialization of static variablesTakashi Iwai2006-06-221-2/+2
* [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
* [PATCH] PNP: adjust pnp_register_card_driver() signature: interwaveBjorn Helgaas2006-03-271-5/+7
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-221-1/+3
* [ALSA] unregister platform devicesClemens Ladisch2006-01-031-8/+26
* [ALSA] gus - Use platform_deviceTakashi Iwai2006-01-031-134/+158
* [ALSA] Remove xxx_t typedefs: ISA GUSTakashi Iwai2006-01-031-30/+30
* [ALSA] Add missing KERN_* suffix to printkTakashi Iwai2005-11-041-2/+2
* [ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai2005-11-041-4/+1
* [ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai2005-09-121-97/+70
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+969