summaryrefslogtreecommitdiffstats
path: root/sound/isa/opti9xx
Commit message (Expand)AuthorAgeFilesLines
* ALSA: opti9xx: fix missing { } around an if blockColin Ian King2021-07-201-1/+2
* ALSA: opti9xx: Allocate resources with device-managed APIsTakashi Iwai2021-07-192-112/+44
* ALSA: opti9xx: Fix assignment in if conditionTakashi Iwai2021-06-092-18/+36
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-172-9/+0
* isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-262-5/+3
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-092-10/+12
* ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann2020-04-302-6/+12
* ALSA: opti9xx: More constificationsTakashi Iwai2020-01-052-18/+18
* ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2020-01-032-8/+8
* ALSA: opti9xx: Support PCM sync_stopTakashi Iwai2019-12-111-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-27/+2
* ALSA: isa: Clean up with new procfs helpersTakashi Iwai2019-02-061-4/+1
* ALSA: opti92xx-ad1848: Use the standard fall-through annotationTakashi Iwai2018-10-121-2/+4
* ALSA: opti9xx: mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+5
* ALSA: opti92x: mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ALSA: opti9xx: constify pnp_card_device_idArvind Yadav2017-08-172-2/+2
* ALSA: opti9xx: fix format string overflow warningArnd Bergmann2017-07-182-9/+12
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-202-14/+14
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-282-2/+2
* ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2015-01-022-15/+10
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-122-14/+9
* ALSA: opti9xx: Fix conflicting driver object nameTakashi Iwai2013-08-281-6/+2
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-292-2/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-072-55/+55
* ALSA: sound/isa/opti9xx/miro.c: eliminate possible double freeJulia Lawall2012-10-211-1/+0
* ALSA: isa: Move snd_legacy_find_free_ioport to initval.hOndrej Zary2012-08-032-27/+2
* ALSA: opti9xx: Fix section mismatch by PM supportTakashi Iwai2012-07-171-1/+1
* ALSA: snd-opti9xx: Implement suspend/resumeOndrej Zary2012-07-171-4/+63
* ALSA: snd-opti9xx: fixes for MED3931 card (opti931)Ondrej Zary2012-06-181-9/+8
* ALSA: fix isa/opti9xx module param typeRandy Dunlap2012-03-291-1/+1
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-192-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-312-2/+2
* sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* ALSA: mpu401: clean up interrupt specificationClemens Ladisch2011-09-142-3/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-2/+0
* sound: fix opti92x-ad1848 buildRandy Dunlap2010-03-081-1/+2
* ALSA: opti92x: use PnP data to select Master Control portKrzysztof Helt2010-03-032-43/+79
* Merge branch 'next/isa' into topic/miscTakashi Iwai2009-12-142-2/+95
|\
| * ALSA: opti93x: use dB scale for mixer controlsKrzysztof Helt2009-12-121-14/+22
| * ALSA: opti93x: move controls definitions to opti93x driverKrzysztof Helt2009-12-111-0/+85
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-12-091-45/+67
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-092-2/+2
| |\ \
| | * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* | | | ALSA: opti93x: fix irq releasing if the irq cannot be allocatedKrzysztof Helt2009-12-101-8/+10
| |_|/ |/| |
* | | ALSA: opti93x: set MC indirect registers base from PnP dataKrzysztof Helt2009-12-081-45/+67
|/ /
* | ALSA: opti9xx: remove snd_opti9xx fieldsKrzysztof Helt2009-12-021-67/+43
* | ALSA: opti-miro: add PnP detectionKrzysztof Helt2009-11-301-11/+192
* | ALSA: opti-miro: separate comon probing codeKrzysztof Helt2009-11-301-126/+147
* | ALSA: opti-miro: fix OOPS if hardware is not detectedKrzysztof Helt2009-11-271-1/+2