aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/gus/gus_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07ALSA: gus: Fix repeated probes of snd_gus_create()Takashi Iwai1-13/+31
2021-07-19ALSA: gus: Allocate resources with device-managed APIsTakashi Iwai1-31/+13
2021-06-24Merge tag 'asoc-fix-v5.13-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-11/+2
2021-06-09ALSA: gus: Fix assignment in if conditionTakashi Iwai1-6/+12
2021-05-14ALSA: gus: Replace unsafe strcpy() with strscpy()YueHaibing1-1/+1
2021-05-13Revert "ALSA: gus: add a check of the status of snd_ctl_add"Greg Kroah-Hartman1-11/+2
2020-01-05ALSA: gus: More constificationsTakashi Iwai1-2/+2
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-11ALSA: gus: Support PCM sync_stopTakashi Iwai1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-01-07ALSA: gus: add a check of the status of snd_ctl_addKangjie Lu1-2/+11
2018-08-03ALSA: isa: Remove empty init and exitTakashi Iwai1-16/+0
2017-05-21ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal1-1/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2008-08-13ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai1-2/+4
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Remove sequencer instrument layerTakashi Iwai1-23/+0
2007-10-16[ALSA] fix bootup crash in snd_gus_interrupt()Ingo Molnar1-8/+8
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-3/+3
2007-02-09[ALSA] sound/isa/gus/gus_main.c: Use abs() instead of x < 0 ? -x : x.Peter Eriksen1-3/+3
2006-07-02[PATCH] irq-flags: sound: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-03-22[ALSA] semaphore -> mutex (ISA part)Ingo Molnar1-1/+1
2006-01-03[ALSA] Remove xxx_t typedefs: ISA GUSTakashi Iwai1-27/+27
2005-11-04[ALSA] Add missing KERN_* suffix to printkTakashi Iwai1-9/+6
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-8/+2
2005-09-12[ALSA] Replace with kzalloc() - isa stuffTakashi Iwai1-1/+1
2005-07-28[ALSA] fix compiler warningHenrik Kretzschmar1-0/+2
2005-05-29[ALSA] sound/isa/: cleanupsAdrian Bunk1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+514