| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: isa/*: Add missing KERN_* prefix to printk | Takashi Iwai | 2009-02-05 | 1 | -13/+17 |
* | ALSA: do not create OPL3 timers if there is no OPL3 irq wired | Krzysztof Helt | 2009-01-21 | 1 | -8/+2 |
* | ALSA: Kill snd_assert() in sound/isa/* | Takashi Iwai | 2008-08-13 | 1 | -1/+2 |
* | ALSA: wss_lib: opti92x-ad1848 WSS_HW_DETECT fix | Rene Herman | 2008-08-06 | 1 | -3/+5 |
* | ALSA: wss_lib: use wss detection code instead of ad1848 one | Krzysztof Helt | 2008-08-06 | 1 | -15/+0 |
* | ALSA: wss_lib: use wss pcm code instead of ad1848 one | Krzysztof Helt | 2008-08-06 | 1 | -5/+2 |
* | ALSA: wss_lib: use wss mixer code instead of ad1848 one | Krzysztof Helt | 2008-08-06 | 1 | -11/+11 |
* | ALSA: wss_lib: use wss constants instead of ad1848 ones | Krzysztof Helt | 2008-08-06 | 1 | -1/+1 |
* | ALSA: wss_lib: use struct snd_wss instead of snd_ad1848 | Krzysztof Helt | 2008-08-06 | 1 | -4/+0 |
* | ALSA: wss_lib: rename cs4321_foo to wss_foo | Krzysztof Helt | 2008-08-06 | 2 | -25/+34 |
* | ALSA: wss_lib: rename cs4231.h into wss.h | Krzysztof Helt | 2008-08-06 | 2 | -2/+2 |
* | ALSA: opti9xx: no isapnp param for !CONFIG_PNP | Rene Herman | 2008-07-18 | 1 | -0/+4 |
* | ALSA: opti93x - Fix NULL dereference | Takashi Iwai | 2008-07-18 | 1 | -1/+1 |
* | ALSA: opti93x: use cs4231 lib | Krzysztof Helt | 2008-06-13 | 1 | -1074/+36 |
* | [ALSA] opti93x: fix sound ouput for Opti930 | Krzysztof Helt | 2008-06-13 | 1 | -8/+8 |
* | [ALSA] fix opti9xx/miro section mismatch | Randy Dunlap | 2008-01-31 | 2 | -2/+2 |
* | [ALSA] Remove sound/driver.h | Takashi Iwai | 2008-01-31 | 2 | -2/+0 |
* | [ALSA] sound/isa: kill pnp_resource_change | Rene Herman | 2008-01-31 | 1 | -46/+2 |
* | [ALSA] Check value range in ctl callbacks | Takashi Iwai | 2008-01-31 | 1 | -0/+8 |
* | [ALSA] This patch adds support for a wavetable chip on | Krzysztof Helt | 2007-10-16 | 1 | -0/+10 |
* | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-16 | 1 | -1/+1 |
* | [ALSA] opti9xx: adjust OPL3 FM resource value | Takashi Iwai | 2007-10-16 | 1 | -2/+2 |
* | [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks | Takashi Iwai | 2007-10-16 | 1 | -16/+2 |
* | [ALSA] Fix unfreed pnp driver in opti9xx ISA driver | Takashi Iwai | 2007-07-20 | 1 | -0/+3 |
* | [ALSA] isa_bus device/driver naming | Rene Herman | 2007-05-11 | 2 | -8/+8 |
* | [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup | Takashi Iwai | 2007-05-11 | 1 | -3/+1 |
* | [ALSA] Port the rest of ALSA ISA drivers to isa_driver | Takashi Iwai | 2007-05-11 | 2 | -96/+72 |
* | [ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return value | Amit Choudhary | 2006-10-22 | 1 | -0/+2 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] irq-flags: sound: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -3/+3 |
* | [ALSA] Remove unneeded read/write_size fields in proc text ops | Takashi Iwai | 2006-06-22 | 1 | -1/+1 |
* | [ALSA] Fix double free in error path of miro driver | Takashi Iwai | 2006-04-27 | 1 | -3/+0 |
* | [ALSA] unregister platform device again if probe was unsuccessful | Rene Herman | 2006-04-12 | 2 | -4/+10 |
* | [ALSA] Remove obsolete kfree_nocheck call | Takashi Iwai | 2006-03-31 | 1 | -4/+2 |
* | [ALSA] Add snd-miro driver | Martin Langer | 2006-03-31 | 3 | -0/+1532 |
* | [ALSA] opti9x - Fix compile without CONFIG_PNP | Takashi Iwai | 2006-03-22 | 1 | -0/+6 |
* | [ALSA] opti93x - Fix a compile warning | Takashi Iwai | 2006-02-01 | 1 | -1/+1 |
* | [ALSA] unregister platform devices | Clemens Ladisch | 2006-01-03 | 1 | -2/+7 |
* | [ALSA] opti9xx - Use platform_device | Takashi Iwai | 2006-01-03 | 1 | -298/+209 |
* | [ALSA] Remove xxx_t typedefs: ISA Opti9xx | Takashi Iwai | 2006-01-03 | 1 | -114/+110 |
* | [ALSA] Remove superfluous pcm_free callbacks | Takashi Iwai | 2006-01-03 | 1 | -8/+0 |
* | [ALSA] Remove vmalloc wrapper, kfree_nocheck() | Takashi Iwai | 2005-11-04 | 1 | -18/+7 |
* | [ALSA] Replace with kzalloc() - isa stuff | Takashi Iwai | 2005-09-12 | 1 | -1/+1 |
* | [ALSA] Add snd_card_set_generic_dev() call to ISA drivers | Takashi Iwai | 2005-09-12 | 1 | -2/+6 |
* | [ALSA] opti93x: optimize a register access | Clemens Ladisch | 2005-09-12 | 1 | -2/+1 |
* | Linux-2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 4 | -0/+2244 |