summaryrefslogtreecommitdiffstats
path: root/sound/isa/opti9xx/miro.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: opti9xx: constify pnp_card_device_idArvind Yadav2017-08-171-1/+1
* ALSA: opti9xx: fix format string overflow warningArnd Bergmann2017-07-181-3/+4
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-7/+7
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2015-01-021-7/+5
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-7/+4
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-34/+34
* 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-031-14/+1
* 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
* 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
* ALSA: opti92x: use PnP data to select Master Control portKrzysztof Helt2010-03-031-1/+1
* 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: 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
* | ALSA: opti-miro: expose ACI mixer to outside driversKrzysztof Helt2009-11-231-105/+145
* | ALSA: opti-miro: make miro.h header available outside the alsa directoryKrzysztof Helt2009-11-231-1/+1
* | ALSA: opti-miro: remove snd_card pointer from snd_miro structureKrzysztof Helt2009-11-211-30/+23
* | ALSA: opti-miro: Fix missing semicolonTakashi Iwai2009-11-181-1/+1
* | ALSA: opti-miro: use variables directly in the probe functionKrzysztof Helt2009-11-181-16/+17
|/
* ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-3/+4
* ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai2008-08-131-1/+2
* ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt2008-08-061-10/+13
* ALSA: wss_lib: rename cs4231.h into wss.hKrzysztof Helt2008-08-061-1/+1
* [ALSA] fix opti9xx/miro section mismatchRandy Dunlap2008-01-311-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Check value range in ctl callbacksTakashi Iwai2008-01-311-0/+8
* [ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai2007-10-161-16/+2
* [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-41/+33
* [PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai2006-06-221-1/+1
* [ALSA] Fix double free in error path of miro driverTakashi Iwai2006-04-271-3/+0
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-04-121-2/+5
* [ALSA] Remove obsolete kfree_nocheck callTakashi Iwai2006-03-311-4/+2
* [ALSA] Add snd-miro driverMartin Langer2006-03-311-0/+1457