summaryrefslogtreecommitdiffstats
path: root/sound/isa/cs423x/cs4236.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: cs4236: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-7/+7
* ALSA: cs4236: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-03-271-3/+5
* ALSA: cs423x: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-45/+7
* ALSA: cs423x: Fix assignment in if conditionTakashi Iwai2021-06-091-7/+14
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-34/+0
* Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai2021-01-261-2/+1
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-2/+1
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
|/
* ALSA: cs4236: fix error return comparison of an unsigned integerColin Ian King2019-11-221-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: cs4236: constify pnp_card_device_idArvind Yadav2017-08-171-1/+1
* ALSA: cs423x: fix format string overflow warningArnd Bergmann2017-07-181-9/+11
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-9/+9
* ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2015-01-021-7/+6
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-9/+7
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-2/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-25/+25
* 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
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-141-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | ALSA: cs4236: detect chip in one passKrzysztof Helt2009-11-051-10/+3
|/
* ALSA: cs4236: cs4232 and cs4236 driver merge to solve PnP BIOS detectionKrzysztof Helt2009-02-161-84/+69
* ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai2009-01-121-12/+13
* ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-3/+4
* ALSA: remove direct access of dev->bus_id in sound/isa/*Takashi Iwai2008-11-031-4/+4
* ALSA: snd-cs4236: add Techmakers MF-4236PW PnP card IDRene Herman2008-08-061-0/+2
* ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt2008-08-061-25/+22
* ALSA: wss_lib: rename cs4231.h into wss.hKrzysztof Helt2008-08-061-1/+1
* ALSA: cs4232: fix crash during chip PNP detectionKrzysztof Helt2008-07-271-0/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] sound/isa: kill pnp_resource_changeRene Herman2008-01-311-75/+16
* [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-6/+14
* [ALSA] isa_bus device/driver namingRene Herman2007-05-111-3/+3
* [ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai2007-05-111-71/+54
* [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
* [PATCH] pnp: cs4236: adjust pnp_register_driver signatureBjorn Helgaas2006-03-271-13/+12
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-221-2/+2
* [PATCH] snd-cs4236 typo fixRene Herman2006-02-241-1/+1
* [ALSA] cs4236 - Add PnP ids for Netfinity 3000Lukasz Stemach2006-02-011-0/+2
* [ALSA] cs4232/cs4236 - moved CS423X_DRIVER define outside CONFIG_PNPJaroslav Kysela2006-01-221-2/+2
* [ALSA] Fix compilation without CONFIG_PNPTakashi Iwai2006-01-221-0/+7
* [ALSA] unregister platform devicesClemens Ladisch2006-01-031-15/+36
* [ALSA] Add CS4232 PnP BIOS supportTakashi Iwai2006-01-031-105/+218
* [ALSA] cs4236 - Use platform_deviceTakashi Iwai2006-01-031-93/+176