aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/sonicvibes.c
Commit message (Collapse)AuthorAge
* [PATCH] drivers/sound/oss: Replace pci_module_init() with pci_register_driver()Greg Kroah-Hartman2006-01-09
| | | | | | | Replace obsolete pci_module_init() with pci_register_driver(). Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>
* Input: sonicvibes (OSS) - do not carry around gameport code if gameportDmitry Torokhov2005-06-01
| | | | | | core support is disabled. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* [PATCH] sound/oss/sonicvibes.c: fix an array overflowAdrian Bunk2005-05-01
| | | | | | | | This patch fixes an array overflow found by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!