summaryrefslogtreecommitdiffstats
path: root/sound/isa/opti9xx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-232-74/+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
|/
* Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai2009-02-162-14/+18
|\
| * ALSA: opti9xx - Fix build breakage by snd_card_create() conversionTakashi Iwai2009-01-141-0/+1
| * ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai2009-01-121-10/+10
| * ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-122-5/+8
* | ALSA: isa/*: Add missing KERN_* prefix to printkTakashi Iwai2009-02-051-13/+17
* | ALSA: do not create OPL3 timers if there is no OPL3 irq wiredKrzysztof Helt2009-01-211-8/+2
|/
* ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai2008-08-131-1/+2
* ALSA: wss_lib: opti92x-ad1848 WSS_HW_DETECT fixRene Herman2008-08-061-3/+5
* ALSA: wss_lib: use wss detection code instead of ad1848 oneKrzysztof Helt2008-08-061-15/+0
* ALSA: wss_lib: use wss pcm code instead of ad1848 oneKrzysztof Helt2008-08-061-5/+2
* ALSA: wss_lib: use wss mixer code instead of ad1848 oneKrzysztof Helt2008-08-061-11/+11
OpenPOWER on IntegriCloud