aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/opti9xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-20ALSA: opti9xx: fix missing { } around an if blockColin Ian King1-1/+2
2021-07-19ALSA: opti9xx: Allocate resources with device-managed APIsTakashi Iwai2-112/+44
2021-06-09ALSA: opti9xx: Fix assignment in if conditionTakashi Iwai2-18/+36
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-9/+0
2021-01-26isa: Make the remove callback for isa drivers return voidUwe Kleine-König2-5/+3
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2-10/+12
2020-04-30ALSA: opti9xx: shut up gcc-10 range warningArnd Bergmann2-6/+12
2020-01-05ALSA: opti9xx: More constificationsTakashi Iwai2-18/+18
2020-01-03ALSA: isa: Constify snd_kcontrol_new itemsTakashi Iwai2-8/+8
2019-12-11ALSA: opti9xx: Support PCM sync_stopTakashi Iwai1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-27/+2
2019-02-06ALSA: isa: Clean up with new procfs helpersTakashi Iwai1-4/+1
2018-10-12ALSA: opti92xx-ad1848: Use the standard fall-through annotationTakashi Iwai1-2/+4
2018-08-03ALSA: opti9xx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-08-03ALSA: opti92x: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17ALSA: opti9xx: constify pnp_card_device_idArvind Yadav2-2/+2
2017-07-18ALSA: opti9xx: fix format string overflow warningArnd Bergmann2-9/+12
2017-04-20Annotate hardware config module parameters in sound/isa/David Howells2-14/+14
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2-2/+2
2015-01-02ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2-15/+10
2014-02-12ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2-14/+9
2013-08-28ALSA: opti9xx: Fix conflicting driver object nameTakashi Iwai1-6/+2
2013-05-29ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2-2/+0
2012-12-07ALSA: isa: remove __dev* attributesBill Pemberton2-55/+55
2012-10-21ALSA: sound/isa/opti9xx/miro.c: eliminate possible double freeJulia Lawall1-1/+0
2012-08-03ALSA: isa: Move snd_legacy_find_free_ioport to initval.hOndrej Zary2-27/+2
2012-07-17ALSA: opti9xx: Fix section mismatch by PM supportTakashi Iwai1-1/+1
2012-07-17ALSA: snd-opti9xx: Implement suspend/resumeOndrej Zary1-4/+63
2012-06-18ALSA: snd-opti9xx: fixes for MED3931 card (opti931)Ondrej Zary1-9/+8
2012-03-29ALSA: fix isa/opti9xx module param typeRandy Dunlap1-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell2-2/+2
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2-2/+2
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-14ALSA: mpu401: clean up interrupt specificationClemens Ladisch2-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+0
2010-03-08sound: fix opti92x-ad1848 buildRandy Dunlap1-1/+2
2010-03-03ALSA: opti92x: use PnP data to select Master Control portKrzysztof Helt2-43/+79
2009-12-14Merge branch 'next/isa' into topic/miscTakashi Iwai2-2/+95
2009-12-12ALSA: opti93x: use dB scale for mixer controlsKrzysztof Helt1-14/+22
2009-12-11ALSA: opti93x: move controls definitions to opti93x driverKrzysztof Helt1-0/+85
2009-12-10ALSA: opti93x: fix irq releasing if the irq cannot be allocatedKrzysztof Helt1-8/+10
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-45/+67
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-12-08ALSA: opti93x: set MC indirect registers base from PnP dataKrzysztof Helt1-45/+67
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-12-02ALSA: opti9xx: remove snd_opti9xx fieldsKrzysztof Helt1-67/+43
2009-11-30ALSA: opti-miro: add PnP detectionKrzysztof Helt1-11/+192
2009-11-30ALSA: opti-miro: separate comon probing codeKrzysztof Helt1-126/+147
2009-11-27ALSA: opti-miro: fix OOPS if hardware is not detectedKrzysztof Helt1-1/+2