| Commit message (Expand) | Author | Age | Files | Lines |
* | Check fops_get() return value | Laurent Pinchart | 2009-01-06 | 1 | -0/+4 |
* | device create: sound: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -3/+2 |
* | ALSA: Kill snd_assert() in sound/core/* | Takashi Iwai | 2008-08-13 | 1 | -4/+8 |
* | ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE | Pawel MOLL | 2008-08-01 | 1 | -2/+0 |
* | sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_D... | Jaroslav Kysela | 2008-08-01 | 1 | -0/+2 |
* | ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE | Pawel MOLL | 2008-07-29 | 1 | -2/+0 |
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 1 | -1/+14 |
|\ |
|
| * | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -5/+3 |
| |\ |
|
| * | | sound: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -1/+14 |
* | | | ALSA: remove CONFIG_KMOD from sound | Johannes Berg | 2008-07-10 | 1 | -4/+4 |
| |/
|/| |
|
* | | SOUND: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -5/+3 |
|/ |
|
* | Dont touch fs_struct in drivers | Jan Blunck | 2008-02-14 | 1 | -4/+0 |
* | [ALSA] Remove sound/driver.h | Takashi Iwai | 2008-01-31 | 1 | -1/+0 |
* | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-16 | 1 | -2/+2 |
* | [ALSA] sound: snd_register_device_for_dev fix | Mariusz Kozlowski | 2007-10-16 | 1 | -0/+8 |
* | unregister_chrdev(): ignore the return value | Akinobu Mita | 2007-07-19 | 1 | -2/+1 |
* | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [ALSA] allow registering an alsa device with struct device pointer | Johannes Berg | 2007-02-09 | 1 | -7/+8 |
* | [PATCH] ALSA: Fix sysfs breakage | Takashi Iwai | 2007-01-29 | 1 | -3/+1 |
* | Driver core: convert sound core to use struct device | Greg Kroah-Hartman | 2006-12-01 | 1 | -13/+9 |
* | [ALSA] Add pcm_class attribute to PCM sysfs entry | Takashi Iwai | 2006-09-23 | 1 | -12/+44 |
* | [ALSA] Fix disconnection of proc interface | Takashi Iwai | 2006-09-23 | 1 | -2/+1 |
* | [ALSA] remove unused snd_minor.name field | Clemens Ladisch | 2006-07-12 | 1 | -2/+1 |
* | [PATCH] devfs: Remove devfs support from the sound subsystem | Greg Kroah-Hartman | 2006-06-26 | 1 | -24/+0 |
* | [ALSA] Remove zero-initialization of static variables | Takashi Iwai | 2006-06-22 | 1 | -1/+1 |
* | [ALSA] Fix rwlock around snd_iprintf() in sound core | Takashi Iwai | 2006-06-22 | 1 | -6/+1 |
* | [ALSA] Remove unneeded read/write_size fields in proc text ops | Takashi Iwai | 2006-06-22 | 1 | -1/+0 |
* | [ALSA] Clean up EXPORT_SYMBOL()s in snd module | Takashi Iwai | 2006-06-22 | 1 | -88/+11 |
* | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 2006-03-28 | 1 | -2/+2 |
* | [ALSA] sound/core/: fix 3 off-by-one errors | Adrian Bunk | 2006-03-22 | 1 | -2/+2 |
* | [ALSA] semaphore -> mutex (core part) | Ingo Molnar | 2006-03-22 | 1 | -11/+12 |
* | [ALSA] Revert the nested-device patch | Takashi Iwai | 2006-01-04 | 1 | -9/+2 |
* | [ALSA] Nest sound devices | Clemens Ladisch | 2006-01-03 | 1 | -2/+9 |
* | [ALSA] Optimize for config without PROC_FS | Takashi Iwai | 2006-01-03 | 1 | -0/+2 |
* | [ALSA] Fix a missing include | Takashi Iwai | 2006-01-03 | 1 | -0/+1 |
* | [ALSA] dynamic minors (6/6): increase maximum number of sound cards | Clemens Ladisch | 2006-01-03 | 1 | -3/+3 |
* | [ALSA] dynamic minors (4/6): dynamic minor number allocation | Clemens Ladisch | 2006-01-03 | 1 | -19/+46 |
* | [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically | Clemens Ladisch | 2006-01-03 | 1 | -6/+40 |
* | [ALSA] dynamic minors (2/6): simplify storage of snd_minor structures | Clemens Ladisch | 2006-01-03 | 1 | -44/+28 |
* | [ALSA] dynamic minors (1/6): store device type in struct snd_minor | Clemens Ladisch | 2006-01-03 | 1 | -7/+31 |
* | [ALSA] Decentralize PM control | Takashi Iwai | 2006-01-03 | 1 | -22/+0 |
* | [ALSA] Remove xxx_t typedefs: Core component | Takashi Iwai | 2006-01-03 | 1 | -16/+16 |
* | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 2005-11-09 | 1 | -4/+4 |
* | [ALSA] clean up device types symbols | Clemens Ladisch | 2005-11-04 | 1 | -2/+2 |
* | [ALSA] Remove kmalloc wrappers | Takashi Iwai | 2005-11-04 | 1 | -14/+0 |
* | [ALSA] Remove vmalloc wrapper, kfree_nocheck() | Takashi Iwai | 2005-11-04 | 1 | -4/+1 |
* | [ALSA] Make snd_task_name() module local | Takashi Iwai | 2005-11-04 | 1 | -1/+0 |
* | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 1 | -1/+1 |
* | [ALSA] Introduce snd_card_set_generic_dev() | Takashi Iwai | 2005-09-12 | 1 | -1/+14 |
* | [PATCH] Kconfig fix (ISA_DMA_API and sound/*) | Al Viro | 2005-08-23 | 1 | -1/+1 |