aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/opti9xx
AgeCommit message (Expand)AuthorFilesLines
2026-04-27ALSA: opti9xx: restore snd-miro state after resumeCássio Gabriel1-12/+256
2026-02-18ALSA: isa: Add SPDX id lines to some filesTim Bird2-0/+2
2025-09-01ALSA: opti9xx: Use guard() for spin locksTakashi Iwai2-27/+11
2025-07-11ALSA: opti9xx: Use safer strscpy() instead of strcpy()Takashi Iwai2-13/+13
2025-02-27ALSA: opti9xx: fix inconsistent indenting warning in snd_opti9xx_configure()Charles Han1-1/+1
2024-08-08ALSA: opti9xx: Use standard print APITakashi Iwai2-107/+118
2024-05-08ALSA: isa: Use *-y instead of *-objs in MakefileTakashi Iwai1-4/+4
2023-09-15ALSA: opti9x: Fix -Wformat-truncation warningTakashi Iwai2-12/+12
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 imp...Tejun 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/tiw...Linus Torvalds1-45/+67
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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
2009-11-23ALSA: opti-miro: expose ACI mixer to outside driversKrzysztof Helt1-105/+145
2009-11-23ALSA: opti-miro: make miro.h header available outside the alsa directoryKrzysztof Helt2-74/+1
2009-11-21ALSA: opti-miro: remove snd_card pointer from snd_miro structureKrzysztof Helt1-30/+23
2009-11-18ALSA: opti-miro: Fix missing semicolonTakashi Iwai1-1/+1
2009-11-18ALSA: opti-miro: use variables directly in the probe functionKrzysztof Helt1-16/+17
2009-02-16Merge branch 'topic/snd_card_new-err' into topic/cs423x-mergeTakashi Iwai2-14/+18
2009-02-05ALSA: isa/*: Add missing KERN_* prefix to printkTakashi Iwai1-13/+17
2009-01-21ALSA: do not create OPL3 timers if there is no OPL3 irq wiredKrzysztof Helt1-8/+2
2009-01-14ALSA: opti9xx - Fix build breakage by snd_card_create() conversionTakashi Iwai1-0/+1
2009-01-12ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai1-10/+10
2009-01-12ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2-5/+8
2008-08-13ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai1-1/+2
2008-08-06ALSA: wss_lib: opti92x-ad1848 WSS_HW_DETECT fixRene Herman1-3/+5
2008-08-06ALSA: wss_lib: use wss detection code instead of ad1848 oneKrzysztof Helt1-15/+0
2008-08-06ALSA: wss_lib: use wss pcm code instead of ad1848 oneKrzysztof Helt1-5/+2
2008-08-06ALSA: wss_lib: use wss mixer code instead of ad1848 oneKrzysztof Helt1-11/+11
2008-08-06ALSA: wss_lib: use wss constants instead of ad1848 onesKrzysztof Helt1-1/+1
2008-08-06ALSA: wss_lib: use struct snd_wss instead of snd_ad1848Krzysztof Helt1-4/+0
2008-08-06ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt2-25/+34
2008-08-06ALSA: wss_lib: rename cs4231.h into wss.hKrzysztof Helt2-2/+2
2008-07-18ALSA: opti9xx: no isapnp param for !CONFIG_PNPRene Herman1-0/+4
2008-07-18ALSA: opti93x - Fix NULL dereferenceTakashi Iwai1-1/+1
2008-06-13ALSA: opti93x: use cs4231 libKrzysztof Helt1-1074/+36
2008-06-13[ALSA] opti93x: fix sound ouput for Opti930Krzysztof Helt1-8/+8
2008-01-31[ALSA] fix opti9xx/miro section mismatchRandy Dunlap2-2/+2
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai2-2/+0
2008-01-31[ALSA] sound/isa: kill pnp_resource_changeRene Herman1-46/+2
2008-01-31[ALSA] Check value range in ctl callbacksTakashi Iwai1-0/+8
2007-10-16[ALSA] This patch adds support for a wavetable chip onKrzysztof Helt1-0/+10
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-10-16[ALSA] opti9xx: adjust OPL3 FM resource valueTakashi Iwai1-2/+2
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-16/+2
2007-07-20[ALSA] Fix unfreed pnp driver in opti9xx ISA driverTakashi Iwai1-0/+3
2007-05-11[ALSA] isa_bus device/driver namingRene Herman2-8/+8
2007-05-11[ALSA] Add snd_pcm_group_for_each_entry() for code cleanupTakashi Iwai1-3/+1
2007-05-11[ALSA] Port the rest of ALSA ISA drivers to isa_driverTakashi Iwai2-96/+72
2006-10-22[ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return valueAmit Choudhary1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner2-3/+3
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-1/+1
2006-04-27[ALSA] Fix double free in error path of miro driverTakashi Iwai1-3/+0
2006-04-12[ALSA] unregister platform device again if probe was unsuccessfulRene Herman2-4/+10
2006-03-31[ALSA] Remove obsolete kfree_nocheck callTakashi Iwai1-4/+2
2006-03-31[ALSA] Add snd-miro driverMartin Langer3-0/+1532
2006-03-22[ALSA] opti9x - Fix compile without CONFIG_PNPTakashi Iwai1-0/+6
2006-02-01[ALSA] opti93x - Fix a compile warningTakashi Iwai1-1/+1
2006-01-03[ALSA] unregister platform devicesClemens Ladisch1-2/+7
2006-01-03[ALSA] opti9xx - Use platform_deviceTakashi Iwai1-298/+209
2006-01-03[ALSA] Remove xxx_t typedefs: ISA Opti9xxTakashi Iwai1-114/+110
2006-01-03[ALSA] Remove superfluous pcm_free callbacksTakashi Iwai1-8/+0
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-18/+7
2005-09-12[ALSA] Replace with kzalloc() - isa stuffTakashi Iwai1-1/+1
2005-09-12[ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai1-2/+6
2005-09-12[ALSA] opti93x: optimize a register accessClemens Ladisch1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds4-0/+2244