| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-27 | ALSA: opti9xx: restore snd-miro state after resume | Cássio Gabriel | 1 | -12/+256 |
| 2026-02-18 | ALSA: isa: Add SPDX id lines to some files | Tim Bird | 2 | -0/+2 |
| 2025-09-01 | ALSA: opti9xx: Use guard() for spin locks | Takashi Iwai | 2 | -27/+11 |
| 2025-07-11 | ALSA: opti9xx: Use safer strscpy() instead of strcpy() | Takashi Iwai | 2 | -13/+13 |
| 2025-02-27 | ALSA: opti9xx: fix inconsistent indenting warning in snd_opti9xx_configure() | Charles Han | 1 | -1/+1 |
| 2024-08-08 | ALSA: opti9xx: Use standard print API | Takashi Iwai | 2 | -107/+118 |
| 2024-05-08 | ALSA: isa: Use *-y instead of *-objs in Makefile | Takashi Iwai | 1 | -4/+4 |
| 2023-09-15 | ALSA: opti9x: Fix -Wformat-truncation warning | Takashi Iwai | 2 | -12/+12 |
| 2021-07-20 | ALSA: opti9xx: fix missing { } around an if block | Colin Ian King | 1 | -1/+2 |
| 2021-07-19 | ALSA: opti9xx: Allocate resources with device-managed APIs | Takashi Iwai | 2 | -112/+44 |
| 2021-06-09 | ALSA: opti9xx: Fix assignment in if condition | Takashi Iwai | 2 | -18/+36 |
| 2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2 | -9/+0 |
| 2021-01-26 | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 2 | -5/+3 |
| 2020-07-09 | ALSA: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -10/+12 |
| 2020-04-30 | ALSA: opti9xx: shut up gcc-10 range warning | Arnd Bergmann | 2 | -6/+12 |
| 2020-01-05 | ALSA: opti9xx: More constifications | Takashi Iwai | 2 | -18/+18 |
| 2020-01-03 | ALSA: isa: Constify snd_kcontrol_new items | Takashi Iwai | 2 | -8/+8 |
| 2019-12-11 | ALSA: opti9xx: Support PCM sync_stop | Takashi Iwai | 1 | -0/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -27/+2 |
| 2019-02-06 | ALSA: isa: Clean up with new procfs helpers | Takashi Iwai | 1 | -4/+1 |
| 2018-10-12 | ALSA: opti92xx-ad1848: Use the standard fall-through annotation | Takashi Iwai | 1 | -2/+4 |
| 2018-08-03 | ALSA: opti9xx: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+5 |
| 2018-08-03 | ALSA: opti92x: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-17 | ALSA: opti9xx: constify pnp_card_device_id | Arvind Yadav | 2 | -2/+2 |
| 2017-07-18 | ALSA: opti9xx: fix format string overflow warning | Arnd Bergmann | 2 | -9/+12 |
| 2017-04-20 | Annotate hardware config module parameters in sound/isa/ | David Howells | 2 | -14/+14 |
| 2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 2 | -2/+2 |
| 2015-01-02 | ALSA: wss: Remove (almost) always NULL parameters | Lars-Peter Clausen | 2 | -15/+10 |
| 2014-02-12 | ALSA: isa: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2 | -14/+9 |
| 2013-08-28 | ALSA: opti9xx: Fix conflicting driver object name | Takashi Iwai | 1 | -6/+2 |
| 2013-05-29 | ALSA: ISA: Remove superfluous *_set_drvdata(NULL) calls | Takashi Iwai | 2 | -2/+0 |
| 2012-12-07 | ALSA: isa: remove __dev* attributes | Bill Pemberton | 2 | -55/+55 |
| 2012-10-21 | ALSA: sound/isa/opti9xx/miro.c: eliminate possible double free | Julia Lawall | 1 | -1/+0 |
| 2012-08-03 | ALSA: isa: Move snd_legacy_find_free_ioport to initval.h | Ondrej Zary | 2 | -27/+2 |
| 2012-07-17 | ALSA: opti9xx: Fix section mismatch by PM support | Takashi Iwai | 1 | -1/+1 |
| 2012-07-17 | ALSA: snd-opti9xx: Implement suspend/resume | Ondrej Zary | 1 | -4/+63 |
| 2012-06-18 | ALSA: snd-opti9xx: fixes for MED3931 card (opti931) | Ondrej Zary | 1 | -9/+8 |
| 2012-03-29 | ALSA: fix isa/opti9xx module param type | Randy Dunlap | 1 | -1/+1 |
| 2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2 | -2/+2 |
| 2011-10-31 | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2 | -2/+2 |
| 2011-09-22 | sound: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
| 2011-09-14 | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 2 | -3/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -2/+0 |
| 2010-03-08 | sound: fix opti92x-ad1848 build | Randy Dunlap | 1 | -1/+2 |
| 2010-03-03 | ALSA: opti92x: use PnP data to select Master Control port | Krzysztof Helt | 2 | -43/+79 |
| 2009-12-14 | Merge branch 'next/isa' into topic/misc | Takashi Iwai | 2 | -2/+95 |
| 2009-12-12 | ALSA: opti93x: use dB scale for mixer controls | Krzysztof Helt | 1 | -14/+22 |
| 2009-12-11 | ALSA: opti93x: move controls definitions to opti93x driver | Krzysztof Helt | 1 | -0/+85 |
| 2009-12-10 | ALSA: opti93x: fix irq releasing if the irq cannot be allocated | Krzysztof Helt | 1 | -8/+10 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -45/+67 |
| 2009-12-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
| 2009-12-08 | ALSA: opti93x: set MC indirect registers base from PnP data | Krzysztof Helt | 1 | -45/+67 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2 | -2/+2 |
| 2009-12-02 | ALSA: opti9xx: remove snd_opti9xx fields | Krzysztof Helt | 1 | -67/+43 |
| 2009-11-30 | ALSA: opti-miro: add PnP detection | Krzysztof Helt | 1 | -11/+192 |
| 2009-11-30 | ALSA: opti-miro: separate comon probing code | Krzysztof Helt | 1 | -126/+147 |
| 2009-11-27 | ALSA: opti-miro: fix OOPS if hardware is not detected | Krzysztof Helt | 1 | -1/+2 |
| 2009-11-23 | ALSA: opti-miro: expose ACI mixer to outside drivers | Krzysztof Helt | 1 | -105/+145 |
| 2009-11-23 | ALSA: opti-miro: make miro.h header available outside the alsa directory | Krzysztof Helt | 2 | -74/+1 |
| 2009-11-21 | ALSA: opti-miro: remove snd_card pointer from snd_miro structure | Krzysztof Helt | 1 | -30/+23 |
| 2009-11-18 | ALSA: opti-miro: Fix missing semicolon | Takashi Iwai | 1 | -1/+1 |
| 2009-11-18 | ALSA: opti-miro: use variables directly in the probe function | Krzysztof Helt | 1 | -16/+17 |
| 2009-02-16 | Merge branch 'topic/snd_card_new-err' into topic/cs423x-merge | Takashi Iwai | 2 | -14/+18 |
| 2009-02-05 | ALSA: isa/*: Add missing KERN_* prefix to printk | Takashi Iwai | 1 | -13/+17 |
| 2009-01-21 | ALSA: do not create OPL3 timers if there is no OPL3 irq wired | Krzysztof Helt | 1 | -8/+2 |
| 2009-01-14 | ALSA: opti9xx - Fix build breakage by snd_card_create() conversion | Takashi Iwai | 1 | -0/+1 |
| 2009-01-12 | ALSA: Return proper error code at probe in sound/isa/* | Takashi Iwai | 1 | -10/+10 |
| 2009-01-12 | ALSA: Convert to snd_card_create() in sound/isa/* | Takashi Iwai | 2 | -5/+8 |
| 2008-08-13 | ALSA: Kill snd_assert() in sound/isa/* | Takashi Iwai | 1 | -1/+2 |
| 2008-08-06 | ALSA: wss_lib: opti92x-ad1848 WSS_HW_DETECT fix | Rene Herman | 1 | -3/+5 |
| 2008-08-06 | ALSA: wss_lib: use wss detection code instead of ad1848 one | Krzysztof Helt | 1 | -15/+0 |
| 2008-08-06 | ALSA: wss_lib: use wss pcm code instead of ad1848 one | Krzysztof Helt | 1 | -5/+2 |
| 2008-08-06 | ALSA: wss_lib: use wss mixer code instead of ad1848 one | Krzysztof Helt | 1 | -11/+11 |
| 2008-08-06 | ALSA: wss_lib: use wss constants instead of ad1848 ones | Krzysztof Helt | 1 | -1/+1 |
| 2008-08-06 | ALSA: wss_lib: use struct snd_wss instead of snd_ad1848 | Krzysztof Helt | 1 | -4/+0 |
| 2008-08-06 | ALSA: wss_lib: rename cs4321_foo to wss_foo | Krzysztof Helt | 2 | -25/+34 |
| 2008-08-06 | ALSA: wss_lib: rename cs4231.h into wss.h | Krzysztof Helt | 2 | -2/+2 |
| 2008-07-18 | ALSA: opti9xx: no isapnp param for !CONFIG_PNP | Rene Herman | 1 | -0/+4 |
| 2008-07-18 | ALSA: opti93x - Fix NULL dereference | Takashi Iwai | 1 | -1/+1 |
| 2008-06-13 | ALSA: opti93x: use cs4231 lib | Krzysztof Helt | 1 | -1074/+36 |
| 2008-06-13 | [ALSA] opti93x: fix sound ouput for Opti930 | Krzysztof Helt | 1 | -8/+8 |
| 2008-01-31 | [ALSA] fix opti9xx/miro section mismatch | Randy Dunlap | 2 | -2/+2 |
| 2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 2 | -2/+0 |
| 2008-01-31 | [ALSA] sound/isa: kill pnp_resource_change | Rene Herman | 1 | -46/+2 |
| 2008-01-31 | [ALSA] Check value range in ctl callbacks | Takashi Iwai | 1 | -0/+8 |
| 2007-10-16 | [ALSA] This patch adds support for a wavetable chip on | Krzysztof Helt | 1 | -0/+10 |
| 2007-10-16 | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 1 | -1/+1 |
| 2007-10-16 | [ALSA] opti9xx: adjust OPL3 FM resource value | Takashi Iwai | 1 | -2/+2 |
| 2007-10-16 | [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks | Takashi Iwai | 1 | -16/+2 |
| 2007-07-20 | [ALSA] Fix unfreed pnp driver in opti9xx ISA driver | Takashi Iwai | 1 | -0/+3 |
| 2007-05-11 | [ALSA] isa_bus device/driver naming | Rene Herman | 2 | -8/+8 |
| 2007-05-11 | [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup | Takashi Iwai | 1 | -3/+1 |
| 2007-05-11 | [ALSA] Port the rest of ALSA ISA drivers to isa_driver | Takashi Iwai | 2 | -96/+72 |
| 2006-10-22 | [ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return value | Amit Choudhary | 1 | -0/+2 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: sound: Use the new IRQF_ constants | Thomas Gleixner | 2 | -3/+3 |
| 2006-06-22 | [ALSA] Remove unneeded read/write_size fields in proc text ops | Takashi Iwai | 1 | -1/+1 |
| 2006-04-27 | [ALSA] Fix double free in error path of miro driver | Takashi Iwai | 1 | -3/+0 |
| 2006-04-12 | [ALSA] unregister platform device again if probe was unsuccessful | Rene Herman | 2 | -4/+10 |
| 2006-03-31 | [ALSA] Remove obsolete kfree_nocheck call | Takashi Iwai | 1 | -4/+2 |
| 2006-03-31 | [ALSA] Add snd-miro driver | Martin Langer | 3 | -0/+1532 |
| 2006-03-22 | [ALSA] opti9x - Fix compile without CONFIG_PNP | Takashi Iwai | 1 | -0/+6 |
| 2006-02-01 | [ALSA] opti93x - Fix a compile warning | Takashi Iwai | 1 | -1/+1 |
| 2006-01-03 | [ALSA] unregister platform devices | Clemens Ladisch | 1 | -2/+7 |
| 2006-01-03 | [ALSA] opti9xx - Use platform_device | Takashi Iwai | 1 | -298/+209 |
| 2006-01-03 | [ALSA] Remove xxx_t typedefs: ISA Opti9xx | Takashi Iwai | 1 | -114/+110 |
| 2006-01-03 | [ALSA] Remove superfluous pcm_free callbacks | Takashi Iwai | 1 | -8/+0 |
| 2005-11-04 | [ALSA] Remove vmalloc wrapper, kfree_nocheck() | Takashi Iwai | 1 | -18/+7 |
| 2005-09-12 | [ALSA] Replace with kzalloc() - isa stuff | Takashi Iwai | 1 | -1/+1 |
| 2005-09-12 | [ALSA] Add snd_card_set_generic_dev() call to ISA drivers | Takashi Iwai | 1 | -2/+6 |
| 2005-09-12 | [ALSA] opti93x: optimize a register access | Clemens Ladisch | 1 | -2/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 4 | -0/+2244 |