Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 24 | -34/+34 |
2011-11-01 | sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed | Paul Gortmaker | 5 | -0/+5 |
2011-11-01 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 11 | -0/+11 |
2011-11-01 | sound: add moduleparam.h to users of module_param/MODULE_PARM_DESC | Paul Gortmaker | 1 | -0/+1 |
2011-11-01 | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 20 | -20/+20 |
2011-09-22 | sound: irq: Remove IRQF_DISABLED | Yong Zhang | 11 | -11/+11 |
2011-09-14 | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 19 | -30/+21 |
2011-07-26 | snd_msnd ->mode is fmode_t, not mode_t | Al Viro | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 3 | -3/+3 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-09-09 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 1 | -2/+6 |
2010-09-08 | ALSA: msnd-classic: Fix invalid cfg parameter | Takashi Iwai | 1 | -2/+6 |
2010-09-07 | sound: Remove unnecessary casts of private_data | Joe Perches | 4 | -5/+5 |
2010-08-13 | ALSA: ISA: Remove snd-sgalaxy | René Herman | 3 | -381/+0 |
2010-08-13 | ALSA: ISA: New Aztech Sound Galaxy driver | René Herman | 6 | -1/+891 |
2010-07-29 | ALSA: msnd: check request_region() return value | Kulikov Vasiliy | 1 | -1/+4 |
2010-07-29 | ALSA: sb: check get_user() return value | Kulikov Vasiliy | 1 | -3/+6 |
2010-05-20 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 6 | -342/+222 |
2010-05-20 | Merge branch 'topic/core-cleanup' into for-linus | Takashi Iwai | 1 | -40/+8 |
2010-05-17 | ALSA: es1688: add pedantic range checks | Dan Carpenter | 1 | -4/+7 |
2010-05-10 | ALSA: Merge es1688 and es968 drivers | Krzysztof Helt | 5 | -293/+181 |
2010-05-10 | ALSA: es1688: allocate snd_es1688 structure as a part of snd_card structure | Krzysztof Helt | 3 | -52/+41 |
2010-04-26 | ALSA: es968: fix wrong PnP dma index | Krzysztof Helt | 1 | -1/+1 |
2010-04-13 | ALSA: info - Implement common llseek for binary mode | Takashi Iwai | 1 | -26/+0 |
2010-04-13 | ALSA: info - Check file position validity in common layer | Takashi Iwai | 1 | -10/+4 |
2010-04-13 | ALSA: info - Use standard types for info callbacks | Takashi Iwai | 1 | -8/+8 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 14 | -10/+4 |
2010-03-08 | sound: fix opti92x-ad1848 build | Randy Dunlap | 1 | -1/+2 |
2010-03-05 | ALSA: fix jazz16 compile (udelay) | Meelis Roos | 1 | -0/+1 |
2010-03-04 | ALSA: opti92x: use PnP data to select Master Control port | Krzysztof Helt | 2 | -43/+79 |
2010-02-16 | Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Jaroslav Kysela | 11 | -671/+843 |
2010-01-08 | sbawe: fix memory detection part 2 | Krzysztof Helt | 1 | -4/+7 |
2009-12-25 | ALSA: jazz16: refine dma and irq selection | Krzysztof Helt | 2 | -2/+22 |
2009-12-22 | Merge branch 'fix/misc' into topic/misc | Takashi Iwai | 2 | -4/+4 |
2009-12-21 | ALSA: jazz16: Add support for Media Vision Jazz16 chipset | Krzysztof Helt | 6 | -16/+510 |
2009-12-21 | ALSA: sbawe: fix memory detection | Krzysztof Helt | 1 | -3/+3 |
2009-12-19 | ALSA: Use kzalloc for allocating only one thing | Julia Lawall | 1 | -1/+1 |
2009-12-15 | Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-linus | Takashi Iwai | 3 | -3/+3 |
2009-12-14 | Merge branch 'next/isa' into topic/misc | Takashi Iwai | 9 | -658/+316 |
2009-12-14 | ALSA: sb_mixer: convert pointer tables to mixer control tables | Krzysztof Helt | 1 | -215/+115 |
2009-12-14 | ALSA: sound/isa/gus: Correct code taking the size of a pointer | Julia Lawall | 1 | -1/+2 |
2009-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -8/+10 |
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 | 2 | -65/+100 |
2009-12-11 | ALSA: dt019x: merge into the als100 driver | Krzysztof Helt | 4 | -375/+90 |
2009-12-10 | ALSA: opti93x: fix irq releasing if the irq cannot be allocated | Krzysztof Helt | 1 | -8/+10 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -45/+67 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -3/+3 |
2009-12-08 | ALSA: opti93x: set MC indirect registers base from PnP data | Krzysztof Helt | 1 | -45/+67 |
2009-12-04 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 7 | -565/+757 |